#021C44

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

Shades of Sapphire #021C44

Tints of Sapphire #021C44

Color information

#021C44 (or 0x021C44) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 44. RGB value is (2,28,68). Sum of RGB (Red+Green+Blue) = 2+28+68=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 68 (26.95% from 255 or 69.39% from 98); Max value from RGB is 68 - color contains mainly: blue. Hex color #021C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C44 is #FDE3BB. Grayscale: #181818. Windows color (decimal): -16638908 or 4463618. OLE color: 4463618.

HSL color Cylindrical-coordinate representation of color #021C44: hue angle of 216.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021C44 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB22868-
CMYK0.970.5900.73
HSL216.36º94.29%13.73%-
HSV(B)216.36º97.06%26.67%-
XYZ1.481.265.63-
YUV24.79152.39111.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 68 (26.95% from 255) = 69.39%
R=2.04%
G=28.57%
B=69.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal228680.970.5900.73216.3694.2913.73
Hex21C44613B049d85ee
Octal23410414173011133013616
Binary101110010001001100001111011010010011101100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021C44; }

 p { color: rgb(2,28,68); }

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

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

 a { background-color: rgb(2,28,68); }

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

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

 span { border-color: rgb(2,28,68); }

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