#09205B

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

Shades of Sapphire #09205B

Tints of Sapphire #09205B

Color information

#09205B (or 0x09205B) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 5B. RGB value is (9,32,91). Sum of RGB (Red+Green+Blue) = 9+32+91=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #09205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205B is #F6DFA4. Grayscale: #1F1F1F. Windows color (decimal): -16179109 or 5971977. OLE color: 5971977.

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

Color convert

RGB93291-
CMYK0.900.6500.64
HSL223.17º82%19.61%-
HSV(B)223.17º90.11%35.69%-
XYZ2.521.8510.12-
YUV31.85161.38111.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=6.82%
G=24.24%
B=68.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal932910.900.6500.64223.178219.61
Hex9205B5A41040df5214
Octal1140133132101010033712224
Binary10011000001011011101101010000010100000011011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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