#09204A

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

Shades of Sapphire #09204A

Tints of Sapphire #09204A

Color information

#09204A (or 0x09204A) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 4A. RGB value is (9,32,74). Sum of RGB (Red+Green+Blue) = 9+32+74=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #09204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09204A is #F6DFB5. Grayscale: #1D1D1D. Windows color (decimal): -16179126 or 4857865. OLE color: 4857865.

HSL color Cylindrical-coordinate representation of color #09204A: hue angle of 218.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09204A is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93274-
CMYK0.880.5700.71
HSL218.77º78.31%16.27%-
HSV(B)218.77º87.84%29.02%-
XYZ1.871.596.69-
YUV29.91152.88113.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 74 (29.30% from 255) = 64.35%
R=7.83%
G=27.83%
B=64.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal932740.880.5700.71218.7778.3116.27
Hex9204A5839047db4e10
Octal114011213071010733311620
Binary1001100000100101010110001110010100011111011011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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