Html Css Color HEX #021D3F Tangaroa

📋 copy color: '#021D3F'

red 2 ◦ green 29 ◦ blue 63

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

Shades of Tangaroa #021D3F

Tints of Tangaroa #021D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.85%

 BLUE value IS 63 (25% from 255) = 67.02%

R = 2.13%
G = 30.85%
B = 67.02%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021D3F (or 0x021D3F) is known color: Tangaroa. HEX triplet: 02, 1D and 3F. RGB value is (2,29,63). Sum of RGB (Red+Green+Blue) = 2+29+63=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #021D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D3F is #FDE2C0. Grayscale: #181818. Windows color (decimal): -16638657 or 4136194. OLE color: 4136194.

HSL color Cylindrical-coordinate representation of color #021D3F: hue angle of 213.44º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021D3F is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 29 63 -
CMYK 0.97 0.54 0 0.75
HSL 213.44º 0.94% 0.13% -
HSV(B) 213.44º 0.97% 0.25% -
XYZ 1.36 1.25 4.87 -
YUV 24.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 2 29 63 0.97 0.54 0 0.75 213.44 0.94 0.13
Hex 2 1D 3F 61 36 0 4B D5 5E D
Octal 2 35 77 141 66 0 113 325 136 15
Binary 10 11101 111111 1100001 110110 0 1001011 11010101 1011110 1101

Color Harmonies of #021D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D3F

Black with #021D3F

Text Example


Text Example

White with #021D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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