#091252

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

Shades of Sapphire #091252

Tints of Sapphire #091252

Color information

#091252 (or 0x091252) is unknown color: approx Sapphire. HEX triplet: 09, 12 and 52. RGB value is (9,18,82). Sum of RGB (Red+Green+Blue) = 9+18+82=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #091252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091252 is #F6EDAD. Grayscale: #161616. Windows color (decimal): -16182702 or 5378569. OLE color: 5378569.

HSL color Cylindrical-coordinate representation of color #091252: hue angle of 232.6º 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 #091252 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB91882-
CMYK0.890.7800.68
HSL232.6º80.22%17.84%-
HSV(B)232.6º89.02%32.16%-
XYZ1.851.18.1-
YUV22.6161.52118.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 82 (32.42% from 255) = 75.23%
R=8.26%
G=16.51%
B=75.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal918820.890.7800.68232.680.2217.84
Hex91252594E044e95012
Octal1122122131116010435112022
Binary1001100101010010101100110011100100010011101001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091252; }

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

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

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

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

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

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

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

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