#051278

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

Shades of Navy #051278

Tints of Navy #051278

Color information

#051278 (or 0x051278) is unknown color: approx Navy. HEX triplet: 05, 12 and 78. RGB value is (5,18,120). Sum of RGB (Red+Green+Blue) = 5+18+120=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #051278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051278 is #FAED87. Grayscale: #191919. Windows color (decimal): -16444808 or 7868933. OLE color: 7868933.

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

Color convert

RGB518120-
CMYK0.960.8500.53
HSL233.22º92%24.51%-
HSV(B)233.22º95.83%47.06%-
XYZ3.671.8217.93-
YUV25.74181.19113.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 120 (47.27% from 255) = 83.92%
R=3.50%
G=12.59%
B=83.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5181200.960.8500.53233.229224.51
Hex512786055035e95c19
Octal52217014012506535113431
Binary10110010111100011000001010101011010111101001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051278; }

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

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

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

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

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

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

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

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