#091A52

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

Shades of Sapphire #091A52

Tints of Sapphire #091A52

Color information

#091A52 (or 0x091A52) is unknown color: approx Sapphire. HEX triplet: 09, 1A and 52. RGB value is (9,26,82). Sum of RGB (Red+Green+Blue) = 9+26+82=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 82 (32.42% from 255 or 70.09% from 117); Max value from RGB is 82 - color contains mainly: blue. Hex color #091A52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091A52 is #F6E5AD. Grayscale: #1B1B1B. Windows color (decimal): -16180654 or 5380617. OLE color: 5380617.

HSL color Cylindrical-coordinate representation of color #091A52: hue angle of 226.03º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091A52 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB92682-
CMYK0.890.6800.68
HSL226.03º80.22%17.84%-
HSV(B)226.03º89.02%32.16%-
XYZ2.011.418.15-
YUV27.3158.87114.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 82 (32.42% from 255) = 70.09%
R=7.69%
G=22.22%
B=70.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal926820.890.6800.68226.0380.2217.84
Hex91A525944044e25012
Octal1132122131104010434212022
Binary1001110101010010101100110001000100010011100010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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