#193277

Color #193277 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #193277

Tints of Sapphire #193277

Color information

#193277 (or 0x193277) is unknown color: approx Sapphire. HEX triplet: 19, 32 and 77. RGB value is (25,50,119). Sum of RGB (Red+Green+Blue) = 25+50+119=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #193277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193277 is #E6CD88. Grayscale: #323232. Windows color (decimal): -15125897 or 7811609. OLE color: 7811609.

HSL color Cylindrical-coordinate representation of color #193277: hue angle of 224.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193277 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2550119-
CMYK0.790.5800.53
HSL224.04º65.28%28.24%-
HSV(B)224.04º78.99%46.67%-
XYZ4.873.8217.93-
YUV50.39166.72109.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=12.89%
G=25.77%
B=61.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25501190.790.5800.53224.0465.2828.24
Hex1932774F3A035e0411c
Octal31621671177206534010134
Binary1100111001011101111001111111010011010111100000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193277; }

 p { color: rgb(25,50,119); }

 H1.HeaderClassName
 {
   color: #193277;
 }
 .AnyTagClassName
 {
   color: #193277;
 }
</style>
background-color css

<style>
 a { background-color: #193277; }

 a { background-color: rgb(25,50,119); }

 div.DivClassName
 {
   background-color: #193277;
 }
 .BgClassName
 {
   background-color: #193277;
 }
</style>
border-color css

<style>
 span { border-color: #193277; }

 span { border-color: rgb(25,50,119); }

 td.TdClassName
 {
   border-color: #193277;
 }
 .TagClassName
 {
   border-color: #193277;
 }
</style>