#051B39

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

Shades of Tangaroa #051B39

Tints of Tangaroa #051B39

Color information

#051B39 (or 0x051B39) is unknown color: approx Tangaroa. HEX triplet: 05, 1B and 39. RGB value is (5,27,57). Sum of RGB (Red+Green+Blue) = 5+27+57=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 57 (22.66% from 255 or 64.04% from 89); Max value from RGB is 57 - color contains mainly: blue. Hex color #051B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B39 is #FAE4C6. Grayscale: #171717. Windows color (decimal): -16442567 or 3742469. OLE color: 3742469.

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

Color convert

RGB52757-
CMYK0.910.5300.78
HSL214.62º83.87%12.16%-
HSV(B)214.62º91.23%22.35%-
XYZ1.191.114.02-
YUV23.84146.71114.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 57 (22.66% from 255) = 64.04%
R=5.62%
G=30.34%
B=64.04%

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
Decimal527570.910.5300.78214.6283.8712.16
Hex51B395B3504Ed754c
Octal5337113365011632712414
Binary101110111110011011011110101010011101101011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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