#091962

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

Shades of Sapphire #091962

Tints of Sapphire #091962

Color information

#091962 (or 0x091962) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 62. RGB value is (9,25,98). Sum of RGB (Red+Green+Blue) = 9+25+98=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #091962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091962 is #F6E69D. Grayscale: #1C1C1C. Windows color (decimal): -16180894 or 6428937. OLE color: 6428937.

HSL color Cylindrical-coordinate representation of color #091962: hue angle of 229.21º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #091962 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB92598-
CMYK0.910.7400.62
HSL229.21º83.18%20.98%-
HSV(B)229.21º90.82%38.43%-
XYZ2.661.6411.73-
YUV28.54167.2114.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 98 (38.67% from 255) = 74.24%
R=6.82%
G=18.94%
B=74.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal925980.910.7400.62229.2183.1820.98
Hex919625B4A03Ee55315
Octal113114213311207634512325
Binary100111001110001010110111001010011111011100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091962; }

 p { color: rgb(9,25,98); }

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

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

 a { background-color: rgb(9,25,98); }

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

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

 span { border-color: rgb(9,25,98); }

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