Html Css Color HEX #021C39 Tangaroa

📋 copy color: '#021C39'

red 2 ◦ green 28 ◦ blue 57

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

Shades of Tangaroa #021C39

Tints of Tangaroa #021C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 32.18%

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

R = 2.3%
G = 32.18%
B = 65.52%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#021C39 (or 0x021C39) is known color: 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

RGB 2 28 57 -
CMYK 0.96 0.51 0 0.78
HSL 211.64º 0.93% 0.12% -
HSV(B) 211.64º 0.96% 0.22% -
XYZ 1.18 1.14 4.03 -
YUV 23.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 2 28 57 0.96 0.51 0 0.78 211.64 0.93 0.12
Hex 2 1C 39 60 33 0 4E D4 5D C
Octal 2 34 71 140 63 0 116 324 135 14
Binary 10 11100 111001 1100000 110011 0 1001110 11010100 1011101 1100

Color Harmonies of #021C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C39

Black with #021C39

Text Example


Text Example

White with #021C39

Text Example


Text Example

HTML Codes & Css Web 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>