#061E41

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

Shades of Tangaroa #061E41

Tints of Tangaroa #061E41

Color information

#061E41 (or 0x061E41) is unknown color: approx Tangaroa. HEX triplet: 06, 1E and 41. RGB value is (6,30,65). Sum of RGB (Red+Green+Blue) = 6+30+65=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #061E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E41 is #F9E1BE. Grayscale: #1A1A1A. Windows color (decimal): -16376255 or 4267526. OLE color: 4267526.

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

Color convert

RGB63065-
CMYK0.910.5400.75
HSL215.59º83.1%13.92%-
HSV(B)215.59º90.77%25.49%-
XYZ1.491.355.18-
YUV26.81149.55113.15-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 65 (25.78% from 255) = 64.36%
R=5.94%
G=29.70%
B=64.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal630650.910.5400.75215.5983.113.92
Hex61E415B3604Bd853e
Octal63610113366011333012316
Binary1101111010000011011011110110010010111101100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,30,65); }

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

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

 a { background-color: rgb(6,30,65); }

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

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

 span { border-color: rgb(6,30,65); }

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