#021948

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

Shades of Sapphire #021948

Tints of Sapphire #021948

Color information

#021948 (or 0x021948) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 48. RGB value is (2,25,72). Sum of RGB (Red+Green+Blue) = 2+25+72=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #021948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021948 is #FDE6B7. Grayscale: #171717. Windows color (decimal): -16639672 or 4724994. OLE color: 4724994.

HSL color Cylindrical-coordinate representation of color #021948: hue angle of 220.29º 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 #021948 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB22572-
CMYK0.970.6500.72
HSL220.29º94.59%14.51%-
HSV(B)220.29º97.22%28.24%-
XYZ1.541.186.28-
YUV23.48155.38112.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 72 (28.52% from 255) = 72.73%
R=2.02%
G=25.25%
B=72.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal225720.970.6500.72220.2994.5914.51
Hex219486141048dc5ff
Octal231110141101011033413717
Binary1011001100100011000011000001010010001101110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021948; }

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

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

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

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

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

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

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

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