#091E74

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

Shades of Sapphire #091E74

Tints of Sapphire #091E74

Color information

#091E74 (or 0x091E74) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 74. RGB value is (9,30,116). Sum of RGB (Red+Green+Blue) = 9+30+116=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #091E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091E74 is #F6E18B. Grayscale: #212121. Windows color (decimal): -16179596 or 7609865. OLE color: 7609865.

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

Color convert

RGB930116-
CMYK0.920.7400.55
HSL228.22º85.6%24.51%-
HSV(B)228.22º92.24%45.49%-
XYZ3.732.2516.76-
YUV33.52174.54110.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 30 (12.11% from 255) = 19.35%
BLUE value IS 116 (45.70% from 255) = 74.84%
R=5.81%
G=19.35%
B=74.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9301160.920.7400.55228.2285.624.51
Hex91E745C4A037e45619
Octal113616413411206734412631
Binary100111110111010010111001001010011011111100100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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