#051478

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

Shades of Navy #051478

Tints of Navy #051478

Color information

#051478 (or 0x051478) is unknown color: approx Navy. HEX triplet: 05, 14 and 78. RGB value is (5,20,120). Sum of RGB (Red+Green+Blue) = 5+20+120=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 120 (47.27% from 255 or 82.76% from 145); Max value from RGB is 120 - color contains mainly: blue. Hex color #051478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051478 is #FAEB87. Grayscale: #1A1A1A. Windows color (decimal): -16444296 or 7869445. OLE color: 7869445.

HSL color Cylindrical-coordinate representation of color #051478: hue angle of 232.17º 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 #051478 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB520120-
CMYK0.960.8300.53
HSL232.17º92%24.51%-
HSV(B)232.17º95.83%47.06%-
XYZ3.71.8917.94-
YUV26.92180.53112.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 120 (47.27% from 255) = 82.76%
R=3.45%
G=13.79%
B=82.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5201200.960.8300.53232.179224.51
Hex514786053035e85c19
Octal52417014012306535013431
Binary10110100111100011000001010011011010111101000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051478; }

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

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

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

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

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

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

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

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