#09205A

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

Shades of Sapphire #09205A

Tints of Sapphire #09205A

Color information

#09205A (or 0x09205A) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 5A. RGB value is (9,32,90). Sum of RGB (Red+Green+Blue) = 9+32+90=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #09205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205A is #F6DFA5. Grayscale: #1F1F1F. Windows color (decimal): -16179110 or 5906441. OLE color: 5906441.

HSL color Cylindrical-coordinate representation of color #09205A: hue angle of 222.96º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09205A is Cyan = 0.9, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB93290-
CMYK0.90.6400.65
HSL222.96º81.82%19.41%-
HSV(B)222.96º90%35.29%-
XYZ2.471.839.9-
YUV31.74160.88111.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 90 (35.55% from 255) = 68.70%
R=6.87%
G=24.43%
B=68.70%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal932900.90.6400.65222.9681.8219.41
Hex9205A5A40041df5213
Octal1140132132100010133712223
Binary10011000001011010101101010000000100000111011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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