Html Css Color HEX #052147 Tangaroa

📋 copy color: '#052147'

red 5 ◦ green 33 ◦ blue 71

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

Shades of Tangaroa #052147

Tints of Tangaroa #052147

RGB

 RED value IS 5 (2.34% from 255) = 4.59%

 GREEN value IS 33 (13.28% from 255) = 30.28%

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

R = 4.59%
G = 30.28%
B = 65.14%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052147 (or 0x052147) is known color: Tangaroa. HEX triplet: 05, 21 and 47. RGB value is (5,33,71). Sum of RGB (Red+Green+Blue) = 5+33+71=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 33 (13.28% from 255 or 30.28% 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 #052147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052147 is #FADEB8. Grayscale: #1C1C1C. Windows color (decimal): -16441017 or 4661509. OLE color: 4661509.

HSL color Cylindrical-coordinate representation of color #052147: hue angle of 214.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052147 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 33 71 -
CMYK 0.93 0.54 0 0.72
HSL 214.55º 0.87% 0.15% -
HSV(B) 214.55º 0.93% 0.28% -
XYZ 1.74 1.57 6.17 -
YUV 28.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 5 33 71 0.93 0.54 0 0.72 214.55 0.87 0.15
Hex 5 21 47 5D 36 0 48 D7 57 F
Octal 5 41 107 135 66 0 110 327 127 17
Binary 101 100001 1000111 1011101 110110 0 1001000 11010111 1010111 1111

Color Harmonies of #052147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052147

Black with #052147

Text Example


Text Example

White with #052147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052147; }

 p { color: rgb(5,33,71); }

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

background-color css

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

 a { background-color: rgb(5,33,71); }

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

border-color css

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

 span { border-color: rgb(5,33,71); }

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