#09206D

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

Shades of Sapphire #09206D

Tints of Sapphire #09206D

Color information

#09206D (or 0x09206D) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 6D. RGB value is (9,32,109). Sum of RGB (Red+Green+Blue) = 9+32+109=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #09206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09206D is #F6DF92. Grayscale: #212121. Windows color (decimal): -16179091 or 7151625. OLE color: 7151625.

HSL color Cylindrical-coordinate representation of color #09206D: hue angle of 226.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09206D is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB932109-
CMYK0.920.7100.57
HSL226.2º84.75%23.14%-
HSV(B)226.2º91.74%42.75%-
XYZ3.392.214.71-
YUV33.9170.38110.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 109 (42.97% from 255) = 72.67%
R=6%
G=21.33%
B=72.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9321090.920.7100.57226.284.7523.14
Hex9206D5C47039e25517
Octal114015513410707134212527
Binary1001100000110110110111001000111011100111100010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09206D; }

 p { color: rgb(9,32,109); }

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

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

 a { background-color: rgb(9,32,109); }

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

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

 span { border-color: rgb(9,32,109); }

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