#09205C

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

Shades of Sapphire #09205C

Tints of Sapphire #09205C

Color information

#09205C (or 0x09205C) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 5C. RGB value is (9,32,92). Sum of RGB (Red+Green+Blue) = 9+32+92=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #09205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205C is #F6DFA3. Grayscale: #1F1F1F. Windows color (decimal): -16179108 or 6037513. OLE color: 6037513.

HSL color Cylindrical-coordinate representation of color #09205C: hue angle of 223.37º 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 #09205C is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB93292-
CMYK0.900.6500.64
HSL223.37º82.18%19.8%-
HSV(B)223.37º90.22%36.08%-
XYZ2.561.8610.35-
YUV31.96161.88111.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 92 (36.33% from 255) = 69.17%
R=6.77%
G=24.06%
B=69.17%

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
Decimal932920.900.6500.64223.3782.1819.8
Hex9205C5A41040df5214
Octal1140134132101010033712224
Binary10011000001011100101101010000010100000011011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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