#091961

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

Shades of Sapphire #091961

Tints of Sapphire #091961

Color information

#091961 (or 0x091961) is unknown color: approx Sapphire. HEX triplet: 09, 19 and 61. RGB value is (9,25,97). Sum of RGB (Red+Green+Blue) = 9+25+97=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #091961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091961 is #F6E69E. Grayscale: #1C1C1C. Windows color (decimal): -16180895 or 6363401. OLE color: 6363401.

HSL color Cylindrical-coordinate representation of color #091961: hue angle of 229.09º 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 #091961 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB92597-
CMYK0.910.7400.62
HSL229.09º83.02%20.78%-
HSV(B)229.09º90.72%38.04%-
XYZ2.621.6211.48-
YUV28.42166.7114.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 97 (38.28% from 255) = 74.05%
R=6.87%
G=19.08%
B=74.05%

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
Decimal925970.910.7400.62229.0983.0220.78
Hex919615B4A03Ee55315
Octal113114113311207634512325
Binary100111001110000110110111001010011111011100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091961; }

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

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

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

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

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

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

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

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