#061F3D

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

Shades of Tangaroa #061F3D

Tints of Tangaroa #061F3D

Color information

#061F3D (or 0x061F3D) is unknown color: approx Tangaroa. HEX triplet: 06, 1F and 3D. RGB value is (6,31,61). Sum of RGB (Red+Green+Blue) = 6+31+61=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #061F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F3D is #F9E0C2. Grayscale: #1A1A1A. Windows color (decimal): -16376003 or 4005638. OLE color: 4005638.

HSL color Cylindrical-coordinate representation of color #061F3D: hue angle of 212.73º 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 #061F3D is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB63161-
CMYK0.900.4900.76
HSL212.73º82.09%13.14%-
HSV(B)212.73º90.16%23.92%-
XYZ1.411.364.6-
YUV26.94147.22113.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 61 (24.22% from 255) = 62.24%
R=6.12%
G=31.63%
B=62.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal631610.900.4900.76212.7382.0913.14
Hex61F3D5A3104Cd552d
Octal6377513261011432512215
Binary110111111111011011010110001010011001101010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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