Html Css Color HEX #021B40 Tangaroa

📋 copy color: '#021B40'

red 2 ◦ green 27 ◦ blue 64

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

Shades of Tangaroa #021B40

Tints of Tangaroa #021B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.03%

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

R = 2.15%
G = 29.03%
B = 68.82%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#021B40 (or 0x021B40) is known color: Tangaroa. HEX triplet: 02, 1B and 40. RGB value is (2,27,64). Sum of RGB (Red+Green+Blue) = 2+27+64=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #021B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021B40 is #FDE4BF. Grayscale: #171717. Windows color (decimal): -16639168 or 4201218. OLE color: 4201218.

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

Color convert

RGB 2 27 64 -
CMYK 0.97 0.58 0 0.75
HSL 215.81º 0.94% 0.13% -
HSV(B) 215.81º 0.97% 0.25% -
XYZ 1.34 1.17 5 -
YUV 23.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 2 27 64 0.97 0.58 0 0.75 215.81 0.94 0.13
Hex 2 1B 40 61 3A 0 4B D8 5E D
Octal 2 33 100 141 72 0 113 330 136 15
Binary 10 11011 1000000 1100001 111010 0 1001011 11011000 1011110 1101

Color Harmonies of #021B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021B40

Black with #021B40

Text Example


Text Example

White with #021B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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