#011D40

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

Shades of Tangaroa #011D40

Tints of Tangaroa #011D40

Color information

#011D40 (or 0x011D40) is unknown color: approx Tangaroa. HEX triplet: 01, 1D and 40. RGB value is (1,29,64). Sum of RGB (Red+Green+Blue) = 1+29+64=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #011D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D40 is #FEE2BF. Grayscale: #181818. Windows color (decimal): -16704192 or 4201729. OLE color: 4201729.

HSL color Cylindrical-coordinate representation of color #011D40: hue angle of 213.33º 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 #011D40 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB12964-
CMYK0.980.5500.75
HSL213.33º96.92%12.75%-
HSV(B)213.33º98.44%25.1%-
XYZ1.381.265.02-
YUV24.62150.22111.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 64 (25.39% from 255) = 68.09%
R=1.06%
G=30.85%
B=68.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal129640.980.5500.75213.3396.9212.75
Hex11D40623704Bd561d
Octal13510014267011332514115
Binary11110110000001100010110111010010111101010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,29,64); }

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

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

 a { background-color: rgb(1,29,64); }

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

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

 span { border-color: rgb(1,29,64); }

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