#051C39

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

Shades of Tangaroa #051C39

Tints of Tangaroa #051C39

Color information

#051C39 (or 0x051C39) is unknown color: approx Tangaroa. HEX triplet: 05, 1C and 39. RGB value is (5,28,57). Sum of RGB (Red+Green+Blue) = 5+28+57=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #051C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C39 is #FAE3C6. Grayscale: #181818. Windows color (decimal): -16442311 or 3742725. OLE color: 3742725.

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

Color convert

RGB52857-
CMYK0.910.5100.78
HSL213.46º83.87%12.16%-
HSV(B)213.46º91.23%22.35%-
XYZ1.221.164.03-
YUV24.43146.38114.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 57 (22.66% from 255) = 63.33%
R=5.56%
G=31.11%
B=63.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal528570.910.5100.78213.4683.8712.16
Hex51C395B3304Ed554c
Octal5347113363011632512414
Binary101111001110011011011110011010011101101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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