#09214D

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

Shades of Sapphire #09214D

Tints of Sapphire #09214D

Color information

#09214D (or 0x09214D) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 4D. RGB value is (9,33,77). Sum of RGB (Red+Green+Blue) = 9+33+77=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #09214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09214D is #F6DEB2. Grayscale: #1E1E1E. Windows color (decimal): -16178867 or 5054729. OLE color: 5054729.

HSL color Cylindrical-coordinate representation of color #09214D: hue angle of 218.82º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09214D is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB93377-
CMYK0.880.5700.70
HSL218.82º79.07%16.86%-
HSV(B)218.82º88.31%30.2%-
XYZ21.687.24-
YUV30.84154.05112.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 77 (30.47% from 255) = 64.71%
R=7.56%
G=27.73%
B=64.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal933770.880.5700.70218.8279.0716.86
Hex9214D5839046db4f11
Octal114111513071010633311721
Binary1001100001100110110110001110010100011011011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,33,77); }

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

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

 a { background-color: rgb(9,33,77); }

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

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

 span { border-color: rgb(9,33,77); }

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