#011939

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

Shades of Tangaroa #011939

Tints of Tangaroa #011939

Color information

#011939 (or 0x011939) is unknown color: approx Tangaroa. HEX triplet: 01, 19 and 39. RGB value is (1,25,57). Sum of RGB (Red+Green+Blue) = 1+25+57=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 57 (22.66% from 255 or 68.67% from 83); Max value from RGB is 57 - color contains mainly: blue. Hex color #011939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011939 is #FEE6C6. Grayscale: #151515. Windows color (decimal): -16705223 or 3741953. OLE color: 3741953.

HSL color Cylindrical-coordinate representation of color #011939: hue angle of 214.29º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011939 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB12557-
CMYK0.980.5600.78
HSL214.29º96.55%11.37%-
HSV(B)214.29º98.25%22.35%-
XYZ1.114.01-
YUV21.47148.05113.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 57 (22.66% from 255) = 68.67%
R=1.20%
G=30.12%
B=68.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal125570.980.5600.78214.2996.5511.37
Hex11939623804Ed661b
Octal1317114270011632614113
Binary1110011110011100010111000010011101101011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011939; }

 p { color: rgb(1,25,57); }

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

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

 a { background-color: rgb(1,25,57); }

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

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

 span { border-color: rgb(1,25,57); }

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