#09205D

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

Shades of Sapphire #09205D

Tints of Sapphire #09205D

Color information

#09205D (or 0x09205D) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 5D. RGB value is (9,32,93). Sum of RGB (Red+Green+Blue) = 9+32+93=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 93 (36.72% from 255 or 69.40% from 134); Max value from RGB is 93 - color contains mainly: blue. Hex color #09205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09205D is #F6DFA2. Grayscale: #1F1F1F. Windows color (decimal): -16179107 or 6103049. OLE color: 6103049.

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

Color convert

RGB93293-
CMYK0.900.6600.64
HSL223.57º82.35%20%-
HSV(B)223.57º90.32%36.47%-
XYZ2.61.8810.58-
YUV32.08162.38111.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 93 (36.72% from 255) = 69.40%
R=6.72%
G=23.88%
B=69.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal932930.900.6600.64223.5782.3520
Hex9205D5A42040e05214
Octal1140135132102010034012224
Binary10011000001011101101101010000100100000011100000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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