#051D39

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

Shades of Tangaroa #051D39

Tints of Tangaroa #051D39

Color information

#051D39 (or 0x051D39) is unknown color: approx Tangaroa. HEX triplet: 05, 1D and 39. RGB value is (5,29,57). Sum of RGB (Red+Green+Blue) = 5+29+57=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #051D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D39 is #FAE2C6. Grayscale: #181818. Windows color (decimal): -16442055 or 3742981. OLE color: 3742981.

HSL color Cylindrical-coordinate representation of color #051D39: hue angle of 212.31º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051D39 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52957-
CMYK0.910.4900.78
HSL212.31º83.87%12.16%-
HSV(B)212.31º91.23%22.35%-
XYZ1.241.214.04-
YUV25.02146.05113.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 57 (22.66% from 255) = 62.64%
R=5.49%
G=31.87%
B=62.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal529570.910.4900.78212.3183.8712.16
Hex51D395B3104Ed454c
Octal5357113361011632412414
Binary101111011110011011011110001010011101101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051D39; }

 p { color: rgb(5,29,57); }

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

<style>
 a { background-color: #051D39; }

 a { background-color: rgb(5,29,57); }

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

<style>
 span { border-color: #051D39; }

 span { border-color: rgb(5,29,57); }

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