#021848

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

Shades of Sapphire #021848

Tints of Sapphire #021848

Color information

#021848 (or 0x021848) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 48. RGB value is (2,24,72). Sum of RGB (Red+Green+Blue) = 2+24+72=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #021848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021848 is #FDE7B7. Grayscale: #161616. Windows color (decimal): -16639928 or 4724738. OLE color: 4724738.

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

Color convert

RGB22472-
CMYK0.970.6700.72
HSL221.14º94.59%14.51%-
HSV(B)221.14º97.22%28.24%-
XYZ1.521.136.27-
YUV22.89155.71113.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 72 (28.52% from 255) = 73.47%
R=2.04%
G=24.49%
B=73.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal224720.970.6700.72221.1494.5914.51
Hex218486143048dd5ff
Octal230110141103011033513717
Binary1011000100100011000011000011010010001101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021848; }

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

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

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

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

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

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

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

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