#062347

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

Shades of Tangaroa #062347

Tints of Tangaroa #062347

Color information

#062347 (or 0x062347) is unknown color: approx Tangaroa. HEX triplet: 06, 23 and 47. RGB value is (6,35,71). Sum of RGB (Red+Green+Blue) = 6+35+71=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #062347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062347 is #F9DCB8. Grayscale: #1E1E1E. Windows color (decimal): -16374969 or 4662022. OLE color: 4662022.

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

Color convert

RGB63571-
CMYK0.920.5100.72
HSL213.23º84.42%15.1%-
HSV(B)213.23º91.55%27.84%-
XYZ1.811.76.19-
YUV30.43150.89110.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 71 (28.12% from 255) = 63.39%
R=5.36%
G=31.25%
B=63.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal635710.920.5100.72213.2384.4215.1
Hex623475C33048d554f
Octal64310713463011032512417
Binary11010001110001111011100110011010010001101010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062347; }

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

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

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

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

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

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

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

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