#091D77

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

Shades of Sapphire #091D77

Tints of Sapphire #091D77

Color information

#091D77 (or 0x091D77) is unknown color: approx Sapphire. HEX triplet: 09, 1D and 77. RGB value is (9,29,119). Sum of RGB (Red+Green+Blue) = 9+29+119=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 119 (46.88% from 255 or 75.80% from 157); Max value from RGB is 119 - color contains mainly: blue. Hex color #091D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D77 is #F6E288. Grayscale: #202020. Windows color (decimal): -16179849 or 7806217. OLE color: 7806217.

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

Color convert

RGB929119-
CMYK0.920.7600.53
HSL229.09º85.94%25.1%-
HSV(B)229.09º92.44%46.67%-
XYZ3.882.2717.69-
YUV33.28176.37110.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 29 (11.72% from 255) = 18.47%
BLUE value IS 119 (46.88% from 255) = 75.80%
R=5.73%
G=18.47%
B=75.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9291190.920.7600.53229.0985.9425.1
Hex91D775C4C035e55619
Octal113516713411406534512631
Binary100111101111011110111001001100011010111100101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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