Html Css Color HEX #021D39 Tangaroa

📋 copy color: '#021D39'

red 2 ◦ green 29 ◦ blue 57

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

Shades of Tangaroa #021D39

Tints of Tangaroa #021D39

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 value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 2 29 57 -
CMYK 0.96 0.49 0 0.78
HSL 210.55º 0.93% 0.12% -
HSV(B) 210.55º 0.96% 0.22% -
XYZ 1.2 1.19 4.04 -
YUV 24.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 2 29 57 0.96 0.49 0 0.78 210.55 0.93 0.12
Hex 2 1D 39 60 31 0 4E D3 5D C
Octal 2 35 71 140 61 0 116 323 135 14
Binary 10 11101 111001 1100000 110001 0 1001110 11010011 1011101 1100

Color Harmonies of #021D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D39

Black with #021D39

Text Example


Text Example

White with #021D39

Text Example


Text Example

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