#062043

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

Shades of Tangaroa #062043

Tints of Tangaroa #062043

Color information

#062043 (or 0x062043) is unknown color: approx Tangaroa. HEX triplet: 06, 20 and 43. RGB value is (6,32,67). Sum of RGB (Red+Green+Blue) = 6+32+67=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #062043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062043 is #F9DFBC. Grayscale: #1C1C1C. Windows color (decimal): -16375741 or 4399110. OLE color: 4399110.

HSL color Cylindrical-coordinate representation of color #062043: hue angle of 214.43º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062043 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB63267-
CMYK0.910.5200.74
HSL214.43º83.56%14.31%-
HSV(B)214.43º91.04%26.27%-
XYZ1.61.485.51-
YUV28.22149.89112.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 67 (26.56% from 255) = 63.81%
R=5.71%
G=30.48%
B=63.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal632670.910.5200.74214.4383.5614.31
Hex620435B3404Ad654e
Octal64010313364011232612416
Binary11010000010000111011011110100010010101101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062043; }

 p { color: rgb(6,32,67); }

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

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

 a { background-color: rgb(6,32,67); }

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

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

 span { border-color: rgb(6,32,67); }

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