#021448

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

Shades of Sapphire #021448

Tints of Sapphire #021448

Color information

#021448 (or 0x021448) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 48. RGB value is (2,20,72). Sum of RGB (Red+Green+Blue) = 2+20+72=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #021448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021448 is #FDEBB7. Grayscale: #141414. Windows color (decimal): -16640952 or 4723714. OLE color: 4723714.

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

Color convert

RGB22072-
CMYK0.970.7200.72
HSL224.57º94.59%14.51%-
HSV(B)224.57º97.22%28.24%-
XYZ1.440.986.24-
YUV20.55157.04114.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 72 (28.52% from 255) = 76.60%
R=2.13%
G=21.28%
B=76.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal220720.970.7200.72224.5794.5914.51
Hex214486148048e15ff
Octal224110141110011034113717
Binary1010100100100011000011001000010010001110000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021448; }

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

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

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

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

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

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

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

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