#061D3B

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

Shades of Tangaroa #061D3B

Tints of Tangaroa #061D3B

Color information

#061D3B (or 0x061D3B) is unknown color: approx Tangaroa. HEX triplet: 06, 1D and 3B. RGB value is (6,29,59). Sum of RGB (Red+Green+Blue) = 6+29+59=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 59 (23.44% from 255 or 62.77% from 94); Max value from RGB is 59 - color contains mainly: blue. Hex color #061D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D3B is #F9E2C4. Grayscale: #191919. Windows color (decimal): -16376517 or 3874054. OLE color: 3874054.

HSL color Cylindrical-coordinate representation of color #061D3B: hue angle of 213.96º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #061D3B is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB62959-
CMYK0.900.5100.77
HSL213.96º81.54%12.75%-
HSV(B)213.96º89.83%23.14%-
XYZ1.31.234.31-
YUV25.54146.88114.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 59 (23.44% from 255) = 62.77%
R=6.38%
G=30.85%
B=62.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal629590.900.5100.77213.9681.5412.75
Hex61D3B5A3304Dd652d
Octal6357313263011532612215
Binary110111011110111011010110011010011011101011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061D3B; }

 p { color: rgb(6,29,59); }

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

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

 a { background-color: rgb(6,29,59); }

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

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

 span { border-color: rgb(6,29,59); }

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