#021F39

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

Shades of Tangaroa #021F39

Tints of Tangaroa #021F39

Color information

#021F39 (or 0x021F39) is unknown color: approx Tangaroa. HEX triplet: 02, 1F and 39. RGB value is (2,31,57). Sum of RGB (Red+Green+Blue) = 2+31+57=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #021F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F39 is #FDE0C6. Grayscale: #191919. Windows color (decimal): -16638151 or 3743490. OLE color: 3743490.

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

Color convert

RGB23157-
CMYK0.960.4600.78
HSL208.36º93.22%11.57%-
HSV(B)208.36º96.49%22.35%-
XYZ1.251.294.05-
YUV25.29145.89111.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 57 (22.66% from 255) = 63.33%
R=2.22%
G=34.44%
B=63.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal231570.960.4600.78208.3693.2211.57
Hex21F39602E04Ed05dc
Octal2377114056011632013514
Binary10111111110011100000101110010011101101000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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