#051378

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

Shades of Navy #051378

Tints of Navy #051378

Color information

#051378 (or 0x051378) is unknown color: approx Navy. HEX triplet: 05, 13 and 78. RGB value is (5,19,120). Sum of RGB (Red+Green+Blue) = 5+19+120=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 120 (47.27% from 255 or 83.33% from 144); Max value from RGB is 120 - color contains mainly: blue. Hex color #051378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051378 is #FAEC87. Grayscale: #191919. Windows color (decimal): -16444552 or 7869189. OLE color: 7869189.

HSL color Cylindrical-coordinate representation of color #051378: hue angle of 232.7º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051378 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB519120-
CMYK0.960.8400.53
HSL232.7º92%24.51%-
HSV(B)232.7º95.83%47.06%-
XYZ3.691.8517.93-
YUV26.33180.86112.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 120 (47.27% from 255) = 83.33%
R=3.47%
G=13.19%
B=83.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5191200.960.8400.53232.79224.51
Hex513786054035e95c19
Octal52317014012406535113431
Binary10110011111100011000001010100011010111101001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051378; }

 p { color: rgb(5,19,120); }

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

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

 a { background-color: rgb(5,19,120); }

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

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

 span { border-color: rgb(5,19,120); }

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