#062541

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

Shades of Tangaroa #062541

Tints of Tangaroa #062541

Color information

#062541 (or 0x062541) is unknown color: approx Tangaroa. HEX triplet: 06, 25 and 41. RGB value is (6,37,65). Sum of RGB (Red+Green+Blue) = 6+37+65=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #062541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062541 is #F9DABE. Grayscale: #1E1E1E. Windows color (decimal): -16374463 or 4269318. OLE color: 4269318.

HSL color Cylindrical-coordinate representation of color #062541: hue angle of 208.47º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #062541 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB63765-
CMYK0.910.4300.75
HSL208.47º83.1%13.92%-
HSV(B)208.47º90.77%25.49%-
XYZ1.691.745.25-
YUV30.92147.23110.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=5.56%
G=34.26%
B=60.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal637650.910.4300.75208.4783.113.92
Hex625415B2B04Bd053e
Octal64510113353011332012316
Binary11010010110000011011011101011010010111101000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062541; }

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

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

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

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

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

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

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

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