#091D76

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

Shades of Sapphire #091D76

Tints of Sapphire #091D76

Color information

#091D76 (or 0x091D76) is unknown color: approx Sapphire. HEX triplet: 09, 1D and 76. RGB value is (9,29,118). Sum of RGB (Red+Green+Blue) = 9+29+118=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #091D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D76 is #F6E289. Grayscale: #202020. Windows color (decimal): -16179850 or 7740681. OLE color: 7740681.

HSL color Cylindrical-coordinate representation of color #091D76: hue angle of 228.99º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091D76 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB929118-
CMYK0.920.7500.54
HSL228.99º85.83%24.9%-
HSV(B)228.99º92.37%46.27%-
XYZ3.822.2417.37-
YUV33.17175.87110.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 118 (46.48% from 255) = 75.64%
R=5.77%
G=18.59%
B=75.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9291180.920.7500.54228.9985.8324.9
Hex91D765C4B036e55619
Octal113516613411306634512631
Binary100111101111011010111001001011011011011100101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091D76; }

 p { color: rgb(9,29,118); }

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

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

 a { background-color: rgb(9,29,118); }

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

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

 span { border-color: rgb(9,29,118); }

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