#091A72

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

Shades of Sapphire #091A72

Tints of Sapphire #091A72

Color information

#091A72 (or 0x091A72) is unknown color: approx Sapphire. HEX triplet: 09, 1A and 72. RGB value is (9,26,114). Sum of RGB (Red+Green+Blue) = 9+26+114=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #091A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A72 is #F6E58D. Grayscale: #1E1E1E. Windows color (decimal): -16180622 or 7477769. OLE color: 7477769.

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

Color convert

RGB926114-
CMYK0.920.7700.55
HSL230.29º85.37%24.12%-
HSV(B)230.29º92.11%44.71%-
XYZ3.522.0116.12-
YUV30.95174.87112.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 114 (44.92% from 255) = 76.51%
R=6.04%
G=17.45%
B=76.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9261140.920.7700.55230.2985.3724.12
Hex91A725C4D037e65518
Octal113216213411506734612530
Binary100111010111001010111001001101011011111100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,26,114); }

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

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

 a { background-color: rgb(9,26,114); }

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

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

 span { border-color: rgb(9,26,114); }

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