#051A37

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

Shades of Tangaroa #051A37

Tints of Tangaroa #051A37

Color information

#051A37 (or 0x051A37) is unknown color: approx Tangaroa. HEX triplet: 05, 1A and 37. RGB value is (5,26,55). Sum of RGB (Red+Green+Blue) = 5+26+55=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #051A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051A37 is #FAE5C8. Grayscale: #161616. Windows color (decimal): -16442825 or 3611141. OLE color: 3611141.

HSL color Cylindrical-coordinate representation of color #051A37: hue angle of 214.8º degrees, saturation: 0.83, 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 #051A37 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52655-
CMYK0.910.5300.78
HSL214.8º83.33%11.76%-
HSV(B)214.8º90.91%21.57%-
XYZ1.121.053.76-
YUV23.03146.04115.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 55 (21.88% from 255) = 63.95%
R=5.81%
G=30.23%
B=63.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal526550.910.5300.78214.883.3311.76
Hex51A375B3504Ed753c
Octal5326713365011632712314
Binary101110101101111011011110101010011101101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,26,55); }

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

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

 a { background-color: rgb(5,26,55); }

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

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

 span { border-color: rgb(5,26,55); }

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