#021C39

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

Shades of Tangaroa #021C39

Tints of Tangaroa #021C39

Color information

#021C39 (or 0x021C39) is unknown color: approx Tangaroa. HEX triplet: 02, 1C and 39. RGB value is (2,28,57). Sum of RGB (Red+Green+Blue) = 2+28+57=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 57 (22.66% from 255 or 65.52% from 87); Max value from RGB is 57 - color contains mainly: blue. Hex color #021C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C39 is #FDE3C6. Grayscale: #171717. Windows color (decimal): -16638919 or 3742722. OLE color: 3742722.

HSL color Cylindrical-coordinate representation of color #021C39: hue angle of 211.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021C39 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB22857-
CMYK0.960.5100.78
HSL211.64º93.22%11.57%-
HSV(B)211.64º96.49%22.35%-
XYZ1.181.144.03-
YUV23.53146.89112.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 28 (11.33% from 255) = 32.18%
BLUE value IS 57 (22.66% from 255) = 65.52%
R=2.30%
G=32.18%
B=65.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal228570.960.5100.78211.6493.2211.57
Hex21C39603304Ed45dc
Octal2347114063011632413514
Binary10111001110011100000110011010011101101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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