#09204B

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

Shades of Sapphire #09204B

Tints of Sapphire #09204B

Color information

#09204B (or 0x09204B) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 4B. RGB value is (9,32,75). Sum of RGB (Red+Green+Blue) = 9+32+75=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #09204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09204B is #F6DFB4. Grayscale: #1D1D1D. Windows color (decimal): -16179125 or 4923401. OLE color: 4923401.

HSL color Cylindrical-coordinate representation of color #09204B: hue angle of 219.09º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09204B is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93275-
CMYK0.880.5700.71
HSL219.09º78.57%16.47%-
HSV(B)219.09º88%29.41%-
XYZ1.91.66.87-
YUV30.02153.38113-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 75 (29.69% from 255) = 64.66%
R=7.76%
G=27.59%
B=64.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal932750.880.5700.71219.0978.5716.47
Hex9204B5839047db4f10
Octal114011313071010733311720
Binary1001100000100101110110001110010100011111011011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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