#021B44

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

Shades of Sapphire #021B44

Tints of Sapphire #021B44

Color information

#021B44 (or 0x021B44) is unknown color: approx Sapphire. HEX triplet: 02, 1B and 44. RGB value is (2,27,68). Sum of RGB (Red+Green+Blue) = 2+27+68=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 68 (26.95% from 255 or 70.10% from 97); Max value from RGB is 68 - color contains mainly: blue. Hex color #021B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B44 is #FDE4BB. Grayscale: #181818. Windows color (decimal): -16639164 or 4463362. OLE color: 4463362.

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

Color convert

RGB22768-
CMYK0.970.6000.73
HSL217.27º94.29%13.73%-
HSV(B)217.27º97.06%26.67%-
XYZ1.461.215.63-
YUV24.2152.72112.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 68 (26.95% from 255) = 70.10%
R=2.06%
G=27.84%
B=70.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal227680.970.6000.73217.2794.2913.73
Hex21B44613C049d95ee
Octal23310414174011133113616
Binary101101110001001100001111100010010011101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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