#09214C

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

Shades of Sapphire #09214C

Tints of Sapphire #09214C

Color information

#09214C (or 0x09214C) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 4C. RGB value is (9,33,76). Sum of RGB (Red+Green+Blue) = 9+33+76=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #09214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09214C is #F6DEB3. Grayscale: #1E1E1E. Windows color (decimal): -16178868 or 4989193. OLE color: 4989193.

HSL color Cylindrical-coordinate representation of color #09214C: hue angle of 218.51º 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 #09214C is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB93376-
CMYK0.880.5700.70
HSL218.51º78.82%16.67%-
HSV(B)218.51º88.16%29.8%-
XYZ1.961.677.06-
YUV30.73153.55112.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 76 (30.08% from 255) = 64.41%
R=7.63%
G=27.97%
B=64.41%

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
Decimal933760.880.5700.70218.5178.8216.67
Hex9214C5839046db4f11
Octal114111413071010633311721
Binary1001100001100110010110001110010100011011011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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