#091452

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

Shades of Sapphire #091452

Tints of Sapphire #091452

Color information

#091452 (or 0x091452) is unknown color: approx Sapphire. HEX triplet: 09, 14 and 52. RGB value is (9,20,82). Sum of RGB (Red+Green+Blue) = 9+20+82=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 82 (32.42% from 255 or 73.87% from 111); Max value from RGB is 82 - color contains mainly: blue. Hex color #091452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091452 is #F6EBAD. Grayscale: #171717. Windows color (decimal): -16182190 or 5379081. OLE color: 5379081.

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

Color convert

RGB92082-
CMYK0.890.7600.68
HSL230.96º80.22%17.84%-
HSV(B)230.96º89.02%32.16%-
XYZ1.891.178.11-
YUV23.78160.86117.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 82 (32.42% from 255) = 73.87%
R=8.11%
G=18.02%
B=73.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal920820.890.7600.68230.9680.2217.84
Hex91452594C044e75012
Octal1124122131114010434712022
Binary1001101001010010101100110011000100010011100111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091452; }

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

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

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

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

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

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

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

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