#011D3B

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

Shades of Tangaroa #011D3B

Tints of Tangaroa #011D3B

Color information

#011D3B (or 0x011D3B) is unknown color: approx Tangaroa. HEX triplet: 01, 1D and 3B. RGB value is (1,29,59). Sum of RGB (Red+Green+Blue) = 1+29+59=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 59 (23.44% from 255 or 66.29% from 89); Max value from RGB is 59 - color contains mainly: blue. Hex color #011D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D3B is #FEE2C4. Grayscale: #171717. Windows color (decimal): -16704197 or 3874049. OLE color: 3874049.

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

Color convert

RGB12959-
CMYK0.980.5100.77
HSL211.03º96.67%11.76%-
HSV(B)211.03º98.31%23.14%-
XYZ1.241.24.3-
YUV24.05147.72111.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 29 (11.72% from 255) = 32.58%
BLUE value IS 59 (23.44% from 255) = 66.29%
R=1.12%
G=32.58%
B=66.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal129590.980.5100.77211.0396.6711.76
Hex11D3B623304Dd361c
Octal1357314263011532314114
Binary1111011110111100010110011010011011101001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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