#091C74

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

Shades of Sapphire #091C74

Tints of Sapphire #091C74

Color information

#091C74 (or 0x091C74) is unknown color: approx Sapphire. HEX triplet: 09, 1C and 74. RGB value is (9,28,116). Sum of RGB (Red+Green+Blue) = 9+28+116=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #091C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091C74 is #F6E38B. Grayscale: #1F1F1F. Windows color (decimal): -16180108 or 7609353. OLE color: 7609353.

HSL color Cylindrical-coordinate representation of color #091C74: hue angle of 229.35º 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 #091C74 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB928116-
CMYK0.920.7600.55
HSL229.35º85.6%24.51%-
HSV(B)229.35º92.24%45.49%-
XYZ3.682.1516.74-
YUV32.35175.21111.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 116 (45.70% from 255) = 75.82%
R=5.88%
G=18.30%
B=75.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9281160.920.7600.55229.3585.624.51
Hex91C745C4C037e55619
Octal113416413411406734512631
Binary100111100111010010111001001100011011111100101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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