#021D39

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

Shades of Tangaroa #021D39

Tints of Tangaroa #021D39

Color information

#021D39 (or 0x021D39) is unknown color: approx Tangaroa. HEX triplet: 02, 1D and 39. RGB value is (2,29,57). Sum of RGB (Red+Green+Blue) = 2+29+57=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 57 (22.66% from 255 or 64.77% from 88); Max value from RGB is 57 - color contains mainly: blue. Hex color #021D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D39 is #FDE2C6. Grayscale: #171717. Windows color (decimal): -16638663 or 3742978. OLE color: 3742978.

HSL color Cylindrical-coordinate representation of color #021D39: hue angle of 210.55º 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 #021D39 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB22957-
CMYK0.960.4900.78
HSL210.55º93.22%11.57%-
HSV(B)210.55º96.49%22.35%-
XYZ1.21.194.04-
YUV24.12146.55112.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 57 (22.66% from 255) = 64.77%
R=2.27%
G=32.95%
B=64.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal229570.960.4900.78210.5593.2211.57
Hex21D39603104Ed35dc
Octal2357114061011632313514
Binary10111011110011100000110001010011101101001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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