#061F45

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

Shades of Tangaroa #061F45

Tints of Tangaroa #061F45

Color information

#061F45 (or 0x061F45) is unknown color: approx Tangaroa. HEX triplet: 06, 1F and 45. RGB value is (6,31,69). Sum of RGB (Red+Green+Blue) = 6+31+69=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #061F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F45 is #F9E0BA. Grayscale: #1B1B1B. Windows color (decimal): -16375995 or 4529926. OLE color: 4529926.

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

Color convert

RGB63169-
CMYK0.910.5500.73
HSL216.19º84%14.71%-
HSV(B)216.19º91.3%27.06%-
XYZ1.641.455.82-
YUV27.86151.22112.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.66%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 69 (27.34% from 255) = 65.09%
R=5.66%
G=29.25%
B=65.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal631690.910.5500.73216.198414.71
Hex61F455B37049d854f
Octal63710513367011133012417
Binary1101111110001011011011110111010010011101100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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