#061F40

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

Shades of Tangaroa #061F40

Tints of Tangaroa #061F40

Color information

#061F40 (or 0x061F40) is unknown color: approx Tangaroa. HEX triplet: 06, 1F and 40. RGB value is (6,31,64). Sum of RGB (Red+Green+Blue) = 6+31+64=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #061F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F40 is #F9E0BF. Grayscale: #1B1B1B. Windows color (decimal): -16376000 or 4202246. OLE color: 4202246.

HSL color Cylindrical-coordinate representation of color #061F40: hue angle of 214.14º 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 #061F40 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB63164-
CMYK0.910.5200.75
HSL214.14º82.86%13.73%-
HSV(B)214.14º90.62%25.1%-
XYZ1.491.395.04-
YUV27.29148.72112.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=5.94%
G=30.69%
B=63.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal631640.910.5200.75214.1482.8613.73
Hex61F405B3404Bd653e
Octal63710013364011332612316
Binary1101111110000001011011110100010010111101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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