#091E79

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

Shades of Sapphire #091E79

Tints of Sapphire #091E79

Color information

#091E79 (or 0x091E79) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 79. RGB value is (9,30,121). Sum of RGB (Red+Green+Blue) = 9+30+121=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #091E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E79 is #F6E186. Grayscale: #212121. Windows color (decimal): -16179591 or 7937545. OLE color: 7937545.

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

Color convert

RGB930121-
CMYK0.930.7500.53
HSL228.75º86.15%25.49%-
HSV(B)228.75º92.56%47.45%-
XYZ4.032.3718.33-
YUV34.1177.04110.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 121 (47.66% from 255) = 75.62%
R=5.62%
G=18.75%
B=75.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9301210.930.7500.53228.7586.1525.49
Hex91E795D4B035e55619
Octal113617113511306534512631
Binary100111110111100110111011001011011010111100101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,30,121); }

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

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

 a { background-color: rgb(9,30,121); }

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

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

 span { border-color: rgb(9,30,121); }

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