#011B39

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

Shades of Tangaroa #011B39

Tints of Tangaroa #011B39

Color information

#011B39 (or 0x011B39) is unknown color: approx Tangaroa. HEX triplet: 01, 1B and 39. RGB value is (1,27,57). Sum of RGB (Red+Green+Blue) = 1+27+57=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 57 (22.66% from 255 or 67.06% from 85); Max value from RGB is 57 - color contains mainly: blue. Hex color #011B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B39 is #FEE4C6. Grayscale: #161616. Windows color (decimal): -16704711 or 3742465. OLE color: 3742465.

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

Color convert

RGB12757-
CMYK0.980.5300.78
HSL212.14º96.55%11.37%-
HSV(B)212.14º98.25%22.35%-
XYZ1.141.094.02-
YUV22.65147.39112.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 27 (10.94% from 255) = 31.76%
BLUE value IS 57 (22.66% from 255) = 67.06%
R=1.18%
G=31.76%
B=67.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal127570.980.5300.78212.1496.5511.37
Hex11B39623504Ed461b
Octal1337114265011632414113
Binary1110111110011100010110101010011101101010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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