#011E3D

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

Shades of Tangaroa #011E3D

Tints of Tangaroa #011E3D

Color information

#011E3D (or 0x011E3D) is unknown color: approx Tangaroa. HEX triplet: 01, 1E and 3D. RGB value is (1,30,61). Sum of RGB (Red+Green+Blue) = 1+30+61=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #011E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E3D is #FEE1C2. Grayscale: #181818. Windows color (decimal): -16703939 or 4005377. OLE color: 4005377.

HSL color Cylindrical-coordinate representation of color #011E3D: hue angle of 211º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011E3D is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB13061-
CMYK0.980.5100.76
HSL211º96.77%12.16%-
HSV(B)211º98.36%23.92%-
XYZ1.321.274.59-
YUV24.86148.39110.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 61 (24.22% from 255) = 66.30%
R=1.09%
G=32.61%
B=66.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal130610.980.5100.7621196.7712.16
Hex11E3D623304Cd361c
Octal1367514263011432314114
Binary1111101111011100010110011010011001101001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011E3D; }

 p { color: rgb(1,30,61); }

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

<style>
 a { background-color: #011E3D; }

 a { background-color: rgb(1,30,61); }

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

<style>
 span { border-color: #011E3D; }

 span { border-color: rgb(1,30,61); }

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