#011D43

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

Shades of Tangaroa #011D43

Tints of Tangaroa #011D43

Color information

#011D43 (or 0x011D43) is unknown color: approx Tangaroa. HEX triplet: 01, 1D and 43. RGB value is (1,29,67). Sum of RGB (Red+Green+Blue) = 1+29+67=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #011D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D43 is #FEE2BC. Grayscale: #181818. Windows color (decimal): -16704189 or 4398337. OLE color: 4398337.

HSL color Cylindrical-coordinate representation of color #011D43: hue angle of 214.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011D43 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB12967-
CMYK0.990.5700.74
HSL214.55º97.06%13.33%-
HSV(B)214.55º98.51%26.27%-
XYZ1.471.295.48-
YUV24.96151.72110.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 67 (26.56% from 255) = 69.07%
R=1.03%
G=29.90%
B=69.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal129670.990.5700.74214.5597.0613.33
Hex11D43633904Ad761d
Octal13510314371011232714115
Binary11110110000111100011111001010010101101011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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