#051E41

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

Shades of Tangaroa #051E41

Tints of Tangaroa #051E41

Color information

#051E41 (or 0x051E41) is unknown color: approx Tangaroa. HEX triplet: 05, 1E and 41. RGB value is (5,30,65). Sum of RGB (Red+Green+Blue) = 5+30+65=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #051E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E41 is #FAE1BE. Grayscale: #1A1A1A. Windows color (decimal): -16441791 or 4267525. OLE color: 4267525.

HSL color Cylindrical-coordinate representation of color #051E41: hue angle of 215º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051E41 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53065-
CMYK0.920.5400.75
HSL215º85.71%13.73%-
HSV(B)215º92.31%25.49%-
XYZ1.481.345.18-
YUV26.52149.72112.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 30 (12.11% from 255) = 30%
BLUE value IS 65 (25.78% from 255) = 65%
R=5%
G=30%
B=65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal530650.920.5400.7521585.7113.73
Hex51E415C3604Bd756e
Octal53610113466011332712616
Binary1011111010000011011100110110010010111101011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,30,65); }

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

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

 a { background-color: rgb(5,30,65); }

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

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

 span { border-color: rgb(5,30,65); }

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