Html Css Color HEX #021F44 Tangaroa

📋 copy color: '#021F44'

red 2 ◦ green 31 ◦ blue 68

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

Shades of Tangaroa #021F44

Tints of Tangaroa #021F44

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.69%

 BLUE value IS 68 (26.95% from 255) = 67.33%

R = 1.98%
G = 30.69%
B = 67.33%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#021F44 (or 0x021F44) is known color: Tangaroa. HEX triplet: 02, 1F and 44. RGB value is (2,31,68). Sum of RGB (Red+Green+Blue) = 2+31+68=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 68 (26.95% from 255 or 67.33% from 101); Max value from RGB is 68 - color contains mainly: blue. Hex color #021F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F44 is #FDE0BB. Grayscale: #1A1A1A. Windows color (decimal): -16638140 or 4464386. OLE color: 4464386.

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

Color convert

RGB 2 31 68 -
CMYK 0.97 0.54 0 0.73
HSL 213.64º 0.94% 0.14% -
HSV(B) 213.64º 0.97% 0.27% -
XYZ 1.56 1.41 5.66 -
YUV 26.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 2 31 68 0.97 0.54 0 0.73 213.64 0.94 0.14
Hex 2 1F 44 61 36 0 49 D6 5E E
Octal 2 37 104 141 66 0 111 326 136 16
Binary 10 11111 1000100 1100001 110110 0 1001001 11010110 1011110 1110

Color Harmonies of #021F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F44

Black with #021F44

Text Example


Text Example

White with #021F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,31,68); }

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

background-color css

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

 a { background-color: rgb(2,31,68); }

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

border-color css

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

 span { border-color: rgb(2,31,68); }

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