#011B38

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

Shades of Tangaroa #011B38

Tints of Tangaroa #011B38

Color information

#011B38 (or 0x011B38) is unknown color: approx Tangaroa. HEX triplet: 01, 1B and 38. RGB value is (1,27,56). Sum of RGB (Red+Green+Blue) = 1+27+56=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #011B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B38 is #FEE4C7. Grayscale: #161616. Windows color (decimal): -16704712 or 3676929. OLE color: 3676929.

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

Color convert

RGB12756-
CMYK0.980.5200.78
HSL211.64º96.49%11.18%-
HSV(B)211.64º98.21%21.96%-
XYZ1.121.083.89-
YUV22.53146.89112.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 56 (22.27% from 255) = 66.67%
R=1.19%
G=32.14%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal127560.980.5200.78211.6496.4911.18
Hex11B38623404Ed460b
Octal1337014264011632414013
Binary1110111110001100010110100010011101101010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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