#062545

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

Shades of Tangaroa #062545

Tints of Tangaroa #062545

Color information

#062545 (or 0x062545) is unknown color: approx Tangaroa. HEX triplet: 06, 25 and 45. RGB value is (6,37,69). Sum of RGB (Red+Green+Blue) = 6+37+69=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 69 (27.34% from 255 or 61.61% from 112); Max value from RGB is 69 - color contains mainly: blue. Hex color #062545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062545 is #F9DABA. Grayscale: #1F1F1F. Windows color (decimal): -16374459 or 4531462. OLE color: 4531462.

HSL color Cylindrical-coordinate representation of color #062545: hue angle of 210.48º 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 #062545 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB63769-
CMYK0.910.4600.73
HSL210.48º84%14.71%-
HSV(B)210.48º91.3%27.06%-
XYZ1.811.795.88-
YUV31.38149.23109.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 37 (14.84% from 255) = 33.04%
BLUE value IS 69 (27.34% from 255) = 61.61%
R=5.36%
G=33.04%
B=61.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal637690.910.4600.73210.488414.71
Hex625455B2E049d254f
Octal64510513356011132212417
Binary11010010110001011011011101110010010011101001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062545; }

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

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

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

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

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

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

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

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