#09205F

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

Shades of Sapphire #09205F

Tints of Sapphire #09205F

Color information

#09205F (or 0x09205F) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 5F. RGB value is (9,32,95). Sum of RGB (Red+Green+Blue) = 9+32+95=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #09205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205F is #F6DFA0. Grayscale: #202020. Windows color (decimal): -16179105 or 6234121. OLE color: 6234121.

HSL color Cylindrical-coordinate representation of color #09205F: hue angle of 223.95º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09205F is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB93295-
CMYK0.910.6600.63
HSL223.95º82.69%20.39%-
HSV(B)223.95º90.53%37.25%-
XYZ2.691.9211.05-
YUV32.3163.38111.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 95 (37.5% from 255) = 69.85%
R=6.62%
G=23.53%
B=69.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal932950.910.6600.63223.9582.6920.39
Hex9205F5B4203Fe05314
Octal114013713310207734012324
Binary1001100000101111110110111000010011111111100000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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