Html Css Color HEX #021E39 Tangaroa

📋 copy color: '#021E39'

red 2 ◦ green 30 ◦ blue 57

#021E39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #021E39

Tints of Tangaroa #021E39

RGB

 RED value IS 2 (1.17% from 255) = 2.25%

 GREEN value IS 30 (12.11% from 255) = 33.71%

 BLUE value IS 57 (22.66% from 255) = 64.04%

R = 2.25%
G = 33.71%
B = 64.04%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021E39 (or 0x021E39) is known color: Tangaroa. HEX triplet: 02, 1E and 39. RGB value is (2,30,57). Sum of RGB (Red+Green+Blue) = 2+30+57=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 57 (22.66% from 255 or 64.04% from 89); Max value from RGB is 57 - color contains mainly: blue. Hex color #021E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E39 is #FDE1C6. Grayscale: #181818. Windows color (decimal): -16638407 or 3743234. OLE color: 3743234.

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

Color convert

RGB 2 30 57 -
CMYK 0.96 0.47 0 0.78
HSL 209.45º 0.93% 0.12% -
HSV(B) 209.45º 0.96% 0.22% -
XYZ 1.23 1.24 4.04 -
YUV 24.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 2 30 57 0.96 0.47 0 0.78 209.45 0.93 0.12
Hex 2 1E 39 60 2F 0 4E D1 5D C
Octal 2 36 71 140 57 0 116 321 135 14
Binary 10 11110 111001 1100000 101111 0 1001110 11010001 1011101 1100

Color Harmonies of #021E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E39

Black with #021E39

Text Example


Text Example

White with #021E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #021E39;
 }
 .AnyTagClassName
 {
   color: #021E39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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