Html Css Color HEX #021C40 Tangaroa

📋 copy color: '#021C40'

red 2 ◦ green 28 ◦ blue 64

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

Shades of Tangaroa #021C40

Tints of Tangaroa #021C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 68.09%

R = 2.13%
G = 29.79%
B = 68.09%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021C40 (or 0x021C40) is known color: Tangaroa. HEX triplet: 02, 1C and 40. RGB value is (2,28,64). Sum of RGB (Red+Green+Blue) = 2+28+64=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #021C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C40 is #FDE3BF. Grayscale: #181818. Windows color (decimal): -16638912 or 4201474. OLE color: 4201474.

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

Color convert

RGB 2 28 64 -
CMYK 0.97 0.56 0 0.75
HSL 214.84º 0.94% 0.13% -
HSV(B) 214.84º 0.97% 0.25% -
XYZ 1.37 1.21 5.01 -
YUV 24.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 2 28 64 0.97 0.56 0 0.75 214.84 0.94 0.13
Hex 2 1C 40 61 38 0 4B D7 5E D
Octal 2 34 100 141 70 0 113 327 136 15
Binary 10 11100 1000000 1100001 111000 0 1001011 11010111 1011110 1101

Color Harmonies of #021C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021C40

Black with #021C40

Text Example


Text Example

White with #021C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,28,64); }

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

background-color css

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

 a { background-color: rgb(2,28,64); }

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

border-color css

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

 span { border-color: rgb(2,28,64); }

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