#021E44

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

Shades of Tangaroa #021E44

Tints of Tangaroa #021E44

Color information

#021E44 (or 0x021E44) is unknown color: approx Tangaroa. HEX triplet: 02, 1E and 44. RGB value is (2,30,68). Sum of RGB (Red+Green+Blue) = 2+30+68=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 68 (26.95% from 255 or 68% from 100); Max value from RGB is 68 - color contains mainly: blue. Hex color #021E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E44 is #FDE1BB. Grayscale: #191919. Windows color (decimal): -16638396 or 4464130. OLE color: 4464130.

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

Color convert

RGB23068-
CMYK0.970.5600.73
HSL214.55º94.29%13.73%-
HSV(B)214.55º97.06%26.67%-
XYZ1.531.365.65-
YUV25.96151.72110.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 30 (12.11% from 255) = 30%
BLUE value IS 68 (26.95% from 255) = 68%
R=2%
G=30%
B=68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal230680.970.5600.73214.5594.2913.73
Hex21E446138049d75ee
Octal23610414170011132713616
Binary101111010001001100001111000010010011101011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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