#061D3D

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

Shades of Tangaroa #061D3D

Tints of Tangaroa #061D3D

Color information

#061D3D (or 0x061D3D) is unknown color: approx Tangaroa. HEX triplet: 06, 1D and 3D. RGB value is (6,29,61). Sum of RGB (Red+Green+Blue) = 6+29+61=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #061D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D3D is #F9E2C2. Grayscale: #191919. Windows color (decimal): -16376515 or 4005126. OLE color: 4005126.

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

Color convert

RGB62961-
CMYK0.900.5200.76
HSL214.91º82.09%13.14%-
HSV(B)214.91º90.16%23.92%-
XYZ1.361.254.59-
YUV25.77147.88113.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 61 (24.22% from 255) = 63.54%
R=6.25%
G=30.21%
B=63.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal629610.900.5200.76214.9182.0913.14
Hex61D3D5A3404Cd752d
Octal6357513264011432712215
Binary110111011111011011010110100010011001101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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