Html Css Color HEX #022247 Tangaroa

📋 copy color: '#022247'

red 2 ◦ green 34 ◦ blue 71

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

Shades of Tangaroa #022247

Tints of Tangaroa #022247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

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

R = 1.87%
G = 31.78%
B = 66.36%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#022247 (or 0x022247) is known color: Tangaroa. HEX triplet: 02, 22 and 47. RGB value is (2,34,71). Sum of RGB (Red+Green+Blue) = 2+34+71=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #022247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022247 is #FDDDB8. Grayscale: #1C1C1C. Windows color (decimal): -16637369 or 4661762. OLE color: 4661762.

HSL color Cylindrical-coordinate representation of color #022247: hue angle of 212.17º 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 #022247 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 34 71 -
CMYK 0.97 0.52 0 0.72
HSL 212.17º 0.95% 0.14% -
HSV(B) 212.17º 0.97% 0.28% -
XYZ 1.73 1.61 6.18 -
YUV 28.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 2 34 71 0.97 0.52 0 0.72 212.17 0.95 0.14
Hex 2 22 47 61 34 0 48 D4 5F E
Octal 2 42 107 141 64 0 110 324 137 16
Binary 10 100010 1000111 1100001 110100 0 1001000 11010100 1011111 1110

Color Harmonies of #022247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022247

Black with #022247

Text Example


Text Example

White with #022247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022247; }

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

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

background-color css

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

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

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

border-color css

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

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

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