#011E41

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

Shades of Tangaroa #011E41

Tints of Tangaroa #011E41

Color information

#011E41 (or 0x011E41) is unknown color: approx Tangaroa. HEX triplet: 01, 1E and 41. RGB value is (1,30,65). Sum of RGB (Red+Green+Blue) = 1+30+65=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 65 (25.78% from 255 or 67.71% from 96); Max value from RGB is 65 - color contains mainly: blue. Hex color #011E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E41 is #FEE1BE. Grayscale: #191919. Windows color (decimal): -16703935 or 4267521. OLE color: 4267521.

HSL color Cylindrical-coordinate representation of color #011E41: hue angle of 212.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011E41 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB13065-
CMYK0.980.5400.75
HSL212.81º96.97%12.94%-
HSV(B)212.81º98.46%25.49%-
XYZ1.431.325.18-
YUV25.32150.39110.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 30 (12.11% from 255) = 31.25%
BLUE value IS 65 (25.78% from 255) = 67.71%
R=1.04%
G=31.25%
B=67.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal130650.980.5400.75212.8196.9712.94
Hex11E41623604Bd561d
Octal13610114266011332514115
Binary11111010000011100010110110010010111101010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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