#011C40

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

Shades of Tangaroa #011C40

Tints of Tangaroa #011C40

Color information

#011C40 (or 0x011C40) is unknown color: approx Tangaroa. HEX triplet: 01, 1C and 40. RGB value is (1,28,64). Sum of RGB (Red+Green+Blue) = 1+28+64=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #011C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C40 is #FEE3BF. Grayscale: #171717. Windows color (decimal): -16704448 or 4201473. OLE color: 4201473.

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

Color convert

RGB12864-
CMYK0.980.5600.75
HSL214.29º96.92%12.75%-
HSV(B)214.29º98.44%25.1%-
XYZ1.351.215.01-
YUV24.03150.55111.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 64 (25.39% from 255) = 68.82%
R=1.08%
G=30.11%
B=68.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal128640.980.5600.75214.2996.9212.75
Hex11C40623804Bd661d
Octal13410014270011332614115
Binary11110010000001100010111000010010111101011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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