#021E43

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

Shades of Tangaroa #021E43

Tints of Tangaroa #021E43

Color information

#021E43 (or 0x021E43) is unknown color: approx Tangaroa. HEX triplet: 02, 1E and 43. RGB value is (2,30,67). Sum of RGB (Red+Green+Blue) = 2+30+67=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 67 (26.56% from 255 or 67.68% from 99); Max value from RGB is 67 - color contains mainly: blue. Hex color #021E43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E43 is #FDE1BC. Grayscale: #191919. Windows color (decimal): -16638397 or 4398594. OLE color: 4398594.

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

Color convert

RGB23067-
CMYK0.970.5500.74
HSL214.15º94.2%13.53%-
HSV(B)214.15º97.01%26.27%-
XYZ1.51.355.49-
YUV25.85151.22110.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 67 (26.56% from 255) = 67.68%
R=2.02%
G=30.30%
B=67.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal230670.970.5500.74214.1594.213.53
Hex21E43613704Ad65ee
Octal23610314167011232613616
Binary101111010000111100001110111010010101101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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