Html Css Color HEX #052947 Tangaroa

📋 copy color: '#052947'

red 5 ◦ green 41 ◦ blue 71

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

Shades of Tangaroa #052947

Tints of Tangaroa #052947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.04%

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

R = 4.27%
G = 35.04%
B = 60.68%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052947 (or 0x052947) is known color: Tangaroa. HEX triplet: 05, 29 and 47. RGB value is (5,41,71). Sum of RGB (Red+Green+Blue) = 5+41+71=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #052947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052947 is #FAD6B8. Grayscale: #212121. Windows color (decimal): -16438969 or 4663557. OLE color: 4663557.

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

Color convert

RGB 5 41 71 -
CMYK 0.93 0.42 0 0.72
HSL 207.27º 0.87% 0.15% -
HSV(B) 207.27º 0.93% 0.28% -
XYZ 1.99 2.07 6.26 -
YUV 33.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 5 41 71 0.93 0.42 0 0.72 207.27 0.87 0.15
Hex 5 29 47 5D 2A 0 48 CF 57 F
Octal 5 51 107 135 52 0 110 317 127 17
Binary 101 101001 1000111 1011101 101010 0 1001000 11001111 1010111 1111

Color Harmonies of #052947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052947

Black with #052947

Text Example


Text Example

White with #052947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052947; }

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

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

background-color css

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

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

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

border-color css

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

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

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