#09204D

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

Shades of Sapphire #09204D

Tints of Sapphire #09204D

Color information

#09204D (or 0x09204D) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 4D. RGB value is (9,32,77). Sum of RGB (Red+Green+Blue) = 9+32+77=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #09204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09204D is #F6DFB2. Grayscale: #1E1E1E. Windows color (decimal): -16179123 or 5054473. OLE color: 5054473.

HSL color Cylindrical-coordinate representation of color #09204D: hue angle of 219.71º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09204D is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB93277-
CMYK0.880.5800.70
HSL219.71º79.07%16.86%-
HSV(B)219.71º88.31%30.2%-
XYZ1.971.637.23-
YUV30.25154.38112.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 77 (30.47% from 255) = 65.25%
R=7.63%
G=27.12%
B=65.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal932770.880.5800.70219.7179.0716.86
Hex9204D583A046dc4f11
Octal114011513072010633411721
Binary1001100000100110110110001110100100011011011100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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