#062147

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

Shades of Tangaroa #062147

Tints of Tangaroa #062147

Color information

#062147 (or 0x062147) is unknown color: approx Tangaroa. HEX triplet: 06, 21 and 47. RGB value is (6,33,71). Sum of RGB (Red+Green+Blue) = 6+33+71=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #062147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062147 is #F9DEB8. Grayscale: #1D1D1D. Windows color (decimal): -16375481 or 4661510. OLE color: 4661510.

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

Color convert

RGB63371-
CMYK0.920.5400.72
HSL215.08º84.42%15.1%-
HSV(B)215.08º91.55%27.84%-
XYZ1.761.586.17-
YUV29.26151.55111.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=5.45%
G=30%
B=64.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal633710.920.5400.72215.0884.4215.1
Hex621475C36048d754f
Octal64110713466011032712417
Binary11010000110001111011100110110010010001101011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062147; }

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

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

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

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

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

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

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

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