Html Css Color HEX #022447 Tangaroa

📋 copy color: '#022447'

red 2 ◦ green 36 ◦ blue 71

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

Shades of Tangaroa #022447

Tints of Tangaroa #022447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

 BLUE value IS 71 (28.13% from 255) = 65.14%

R = 1.83%
G = 33.03%
B = 65.14%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#022447 (or 0x022447) is known color: Tangaroa. HEX triplet: 02, 24 and 47. RGB value is (2,36,71). Sum of RGB (Red+Green+Blue) = 2+36+71=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #022447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022447 is #FDDBB8. Grayscale: #1D1D1D. Windows color (decimal): -16636857 or 4662274. OLE color: 4662274.

HSL color Cylindrical-coordinate representation of color #022447: hue angle of 210.43º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022447 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 36 71 -
CMYK 0.97 0.49 0 0.72
HSL 210.43º 0.95% 0.14% -
HSV(B) 210.43º 0.97% 0.28% -
XYZ 1.79 1.73 6.2 -
YUV 29.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 2 36 71 0.97 0.49 0 0.72 210.43 0.95 0.14
Hex 2 24 47 61 31 0 48 D2 5F E
Octal 2 44 107 141 61 0 110 322 137 16
Binary 10 100100 1000111 1100001 110001 0 1001000 11010010 1011111 1110

Color Harmonies of #022447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022447

Black with #022447

Text Example


Text Example

White with #022447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022447; }

 p { color: rgb(2,36,71); }

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

background-color css

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

 a { background-color: rgb(2,36,71); }

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

border-color css

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

 span { border-color: rgb(2,36,71); }

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