#051C38

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

Shades of Tangaroa #051C38

Tints of Tangaroa #051C38

Color information

#051C38 (or 0x051C38) is unknown color: approx Tangaroa. HEX triplet: 05, 1C and 38. RGB value is (5,28,56). Sum of RGB (Red+Green+Blue) = 5+28+56=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #051C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C38 is #FAE3C7. Grayscale: #181818. Windows color (decimal): -16442312 or 3677189. OLE color: 3677189.

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

Color convert

RGB52856-
CMYK0.910.5000.78
HSL212.94º83.61%11.96%-
HSV(B)212.94º91.07%21.96%-
XYZ1.191.153.9-
YUV24.32145.88114.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 56 (22.27% from 255) = 62.92%
R=5.62%
G=31.46%
B=62.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal528560.910.5000.78212.9483.6111.96
Hex51C385B3204Ed554c
Octal5347013362011632512414
Binary101111001110001011011110010010011101101010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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