#021849

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

Shades of Sapphire #021849

Tints of Sapphire #021849

Color information

#021849 (or 0x021849) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 49. RGB value is (2,24,73). Sum of RGB (Red+Green+Blue) = 2+24+73=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 73 (28.91% from 255 or 73.74% from 99); Max value from RGB is 73 - color contains mainly: blue. Hex color #021849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021849 is #FDE7B6. Grayscale: #161616. Windows color (decimal): -16639927 or 4790274. OLE color: 4790274.

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

Color convert

RGB22473-
CMYK0.970.6700.71
HSL221.41º94.67%14.71%-
HSV(B)221.41º97.26%28.63%-
XYZ1.551.156.44-
YUV23.01156.21113.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 73 (28.91% from 255) = 73.74%
R=2.02%
G=24.24%
B=73.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal224730.970.6700.71221.4194.6714.71
Hex218496143047dd5ff
Octal230111141103010733513717
Binary1011000100100111000011000011010001111101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021849; }

 p { color: rgb(2,24,73); }

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

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

 a { background-color: rgb(2,24,73); }

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

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

 span { border-color: rgb(2,24,73); }

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