#011E45

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

Shades of Tangaroa #011E45

Tints of Tangaroa #011E45

Color information

#011E45 (or 0x011E45) is unknown color: approx Tangaroa. HEX triplet: 01, 1E and 45. RGB value is (1,30,69). Sum of RGB (Red+Green+Blue) = 1+30+69=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 69 (27.34% from 255 or 69% from 100); Max value from RGB is 69 - color contains mainly: blue. Hex color #011E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E45 is #FEE1BA. Grayscale: #191919. Windows color (decimal): -16703931 or 4529665. OLE color: 4529665.

HSL color Cylindrical-coordinate representation of color #011E45: hue angle of 214.41º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E45 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB13069-
CMYK0.990.5700.73
HSL214.41º97.14%13.73%-
HSV(B)214.41º98.55%27.06%-
XYZ1.551.365.81-
YUV25.78152.39110.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 30 (12.11% from 255) = 30%
BLUE value IS 69 (27.34% from 255) = 69%
R=1%
G=30%
B=69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal130690.990.5700.73214.4197.1413.73
Hex11E456339049d661e
Octal13610514371011132614116
Binary11111010001011100011111001010010011101011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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