#011B3B

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

Shades of Tangaroa #011B3B

Tints of Tangaroa #011B3B

Color information

#011B3B (or 0x011B3B) is unknown color: approx Tangaroa. HEX triplet: 01, 1B and 3B. RGB value is (1,27,59). Sum of RGB (Red+Green+Blue) = 1+27+59=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #011B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B3B is #FEE4C4. Grayscale: #161616. Windows color (decimal): -16704709 or 3873537. OLE color: 3873537.

HSL color Cylindrical-coordinate representation of color #011B3B: hue angle of 213.1º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B3B is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB12759-
CMYK0.980.5400.77
HSL213.1º96.67%11.76%-
HSV(B)213.1º98.31%23.14%-
XYZ1.191.114.29-
YUV22.87148.39112.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 59 (23.44% from 255) = 67.82%
R=1.15%
G=31.03%
B=67.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal127590.980.5400.77213.196.6711.76
Hex11B3B623604Dd561c
Octal1337314266011532514114
Binary1110111110111100010110110010011011101010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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