#011C41

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

Shades of Tangaroa #011C41

Tints of Tangaroa #011C41

Color information

#011C41 (or 0x011C41) is unknown color: approx Tangaroa. HEX triplet: 01, 1C and 41. RGB value is (1,28,65). Sum of RGB (Red+Green+Blue) = 1+28+65=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #011C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C41 is #FEE3BE. Grayscale: #171717. Windows color (decimal): -16704447 or 4267009. OLE color: 4267009.

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

Color convert

RGB12865-
CMYK0.980.5700.75
HSL214.69º96.97%12.94%-
HSV(B)214.69º98.46%25.49%-
XYZ1.381.225.16-
YUV24.14151.05111.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 28 (11.33% from 255) = 29.79%
BLUE value IS 65 (25.78% from 255) = 69.15%
R=1.06%
G=29.79%
B=69.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal128650.980.5700.75214.6996.9712.94
Hex11C41623904Bd761d
Octal13410114271011332714115
Binary11110010000011100010111001010010111101011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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