#051F45

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

Shades of Tangaroa #051F45

Tints of Tangaroa #051F45

Color information

#051F45 (or 0x051F45) is unknown color: approx Tangaroa. HEX triplet: 05, 1F and 45. RGB value is (5,31,69). Sum of RGB (Red+Green+Blue) = 5+31+69=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 69 (27.34% from 255 or 65.71% from 105); Max value from RGB is 69 - color contains mainly: blue. Hex color #051F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F45 is #FAE0BA. Grayscale: #1B1B1B. Windows color (decimal): -16441531 or 4529925. OLE color: 4529925.

HSL color Cylindrical-coordinate representation of color #051F45: hue angle of 215.62º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051F45 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB53169-
CMYK0.930.5500.73
HSL215.62º86.49%14.51%-
HSV(B)215.62º92.75%27.06%-
XYZ1.631.445.82-
YUV27.56151.39111.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 69 (27.34% from 255) = 65.71%
R=4.76%
G=29.52%
B=65.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal531690.930.5500.73215.6286.4914.51
Hex51F455D37049d856f
Octal53710513567011133012617
Binary1011111110001011011101110111010010011101100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,31,69); }

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

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

 a { background-color: rgb(5,31,69); }

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

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

 span { border-color: rgb(5,31,69); }

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