#062547

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

Shades of Tangaroa #062547

Tints of Tangaroa #062547

Color information

#062547 (or 0x062547) is unknown color: approx Tangaroa. HEX triplet: 06, 25 and 47. RGB value is (6,37,71). Sum of RGB (Red+Green+Blue) = 6+37+71=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 37 (14.84% from 255 or 32.46% 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 #062547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062547 is #F9DAB8. Grayscale: #1F1F1F. Windows color (decimal): -16374457 or 4662534. OLE color: 4662534.

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

Color convert

RGB63771-
CMYK0.920.4800.72
HSL211.38º84.42%15.1%-
HSV(B)211.38º91.55%27.84%-
XYZ1.871.826.21-
YUV31.61150.23109.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 37 (14.84% from 255) = 32.46%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=5.26%
G=32.46%
B=62.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal637710.920.4800.72211.3884.4215.1
Hex625475C30048d354f
Octal64510713460011032312417
Binary11010010110001111011100110000010010001101001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062547; }

 p { color: rgb(6,37,71); }

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

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

 a { background-color: rgb(6,37,71); }

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

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

 span { border-color: rgb(6,37,71); }

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