#09214A

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

Shades of Sapphire #09214A

Tints of Sapphire #09214A

Color information

#09214A (or 0x09214A) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 4A. RGB value is (9,33,74). Sum of RGB (Red+Green+Blue) = 9+33+74=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 33 (13.28% from 255 or 28.45% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #09214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09214A is #F6DEB5. Grayscale: #1E1E1E. Windows color (decimal): -16178870 or 4858121. OLE color: 4858121.

HSL color Cylindrical-coordinate representation of color #09214A: hue angle of 217.85º degrees, saturation: 0.78, 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 #09214A is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93374-
CMYK0.880.5500.71
HSL217.85º78.31%16.27%-
HSV(B)217.85º87.84%29.02%-
XYZ1.891.646.7-
YUV30.5152.55112.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 33 (13.28% from 255) = 28.45%
BLUE value IS 74 (29.30% from 255) = 63.79%
R=7.76%
G=28.45%
B=63.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal933740.880.5500.71217.8578.3116.27
Hex9214A5837047da4e10
Octal114111213067010733211620
Binary1001100001100101010110001101110100011111011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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