Html Css Color HEX #021E41 Tangaroa

📋 copy color: '#021E41'

red 2 ◦ green 30 ◦ blue 65

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

Shades of Tangaroa #021E41

Tints of Tangaroa #021E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 67.01%

R = 2.06%
G = 30.93%
B = 67.01%

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

#021E41 (or 0x021E41) is known color: Tangaroa. HEX triplet: 02, 1E and 41. RGB value is (2,30,65). Sum of RGB (Red+Green+Blue) = 2+30+65=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #021E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E41 is #FDE1BE. Grayscale: #191919. Windows color (decimal): -16638399 or 4267522. OLE color: 4267522.

HSL color Cylindrical-coordinate representation of color #021E41: hue angle of 213.33º 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 #021E41 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 30 65 -
CMYK 0.97 0.54 0 0.75
HSL 213.33º 0.94% 0.13% -
HSV(B) 213.33º 0.97% 0.25% -
XYZ 1.44 1.32 5.18 -
YUV 25.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 2 30 65 0.97 0.54 0 0.75 213.33 0.94 0.13
Hex 2 1E 41 61 36 0 4B D5 5E D
Octal 2 36 101 141 66 0 113 325 136 15
Binary 10 11110 1000001 1100001 110110 0 1001011 11010101 1011110 1101

Color Harmonies of #021E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E41

Black with #021E41

Text Example


Text Example

White with #021E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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