#062144

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

Shades of Tangaroa #062144

Tints of Tangaroa #062144

Color information

#062144 (or 0x062144) is unknown color: approx Tangaroa. HEX triplet: 06, 21 and 44. RGB value is (6,33,68). Sum of RGB (Red+Green+Blue) = 6+33+68=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 68 (26.95% from 255 or 63.55% from 107); Max value from RGB is 68 - color contains mainly: blue. Hex color #062144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062144 is #F9DEBB. Grayscale: #1C1C1C. Windows color (decimal): -16375484 or 4464902. OLE color: 4464902.

HSL color Cylindrical-coordinate representation of color #062144: hue angle of 213.87º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062144 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB63368-
CMYK0.910.5100.73
HSL213.87º83.78%14.51%-
HSV(B)213.87º91.18%26.67%-
XYZ1.661.545.68-
YUV28.92150.05111.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 33 (13.28% from 255) = 30.84%
BLUE value IS 68 (26.95% from 255) = 63.55%
R=5.61%
G=30.84%
B=63.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal633680.910.5100.73213.8783.7814.51
Hex621445B33049d654f
Octal64110413363011132612417
Binary11010000110001001011011110011010010011101011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062144; }

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

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

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

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

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

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

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

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