#052647

Color #052647 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #052647

Tints of Tangaroa #052647

Color information

#052647 (or 0x052647) is unknown color: approx Tangaroa. HEX triplet: 05, 26 and 47. RGB value is (5,38,71). Sum of RGB (Red+Green+Blue) = 5+38+71=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #052647 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052647 is #FAD9B8. Grayscale: #1F1F1F. Windows color (decimal): -16439737 or 4662789. OLE color: 4662789.

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

Color convert

RGB53871-
CMYK0.930.4600.72
HSL210º86.84%14.9%-
HSV(B)210º92.96%27.84%-
XYZ1.891.876.22-
YUV31.89150.07108.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 38 (15.23% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=4.39%
G=33.33%
B=62.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal538710.930.4600.7221086.8414.9
Hex526475D2E048d257f
Octal54610713556011032212717
Binary10110011010001111011101101110010010001101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052647; }

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

 H1.HeaderClassName
 {
   color: #052647;
 }
 .AnyTagClassName
 {
   color: #052647;
 }
</style>
background-color css

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

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

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

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

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

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