#04214A

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

Shades of Sapphire #04214A

Tints of Sapphire #04214A

Color information

#04214A (or 0x04214A) is unknown color: approx Sapphire. HEX triplet: 04, 21 and 4A. RGB value is (4,33,74). Sum of RGB (Red+Green+Blue) = 4+33+74=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #04214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04214A is #FBDEB5. Grayscale: #1C1C1C. Windows color (decimal): -16506550 or 4858116. OLE color: 4858116.

HSL color Cylindrical-coordinate representation of color #04214A: hue angle of 215.14º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04214A is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB43374-
CMYK0.950.5500.71
HSL215.14º89.74%15.29%-
HSV(B)215.14º94.59%29.02%-
XYZ1.831.616.69-
YUV29153.39110.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.60%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 74 (29.30% from 255) = 66.67%
R=3.60%
G=29.73%
B=66.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal433740.950.5500.71215.1489.7415.29
Hex4214A5F37047d75af
Octal44111213767010732713217
Binary10010000110010101011111110111010001111101011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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