#05047F

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

Shades of Navy #05047F

Tints of Navy #05047F

Color information

#05047F (or 0x05047F) is unknown color: approx Navy. HEX triplet: 05, 04 and 7F. RGB value is (5,4,127). Sum of RGB (Red+Green+Blue) = 5+4+127=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 127 (50% from 255 or 93.38% from 136); Max value from RGB is 127 - color contains mainly: blue. Hex color #05047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05047F is #FAFB80. Grayscale: #111111. Windows color (decimal): -16448385 or 8324101. OLE color: 8324101.

HSL color Cylindrical-coordinate representation of color #05047F: hue angle of 240.49º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05047F is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB54127-
CMYK0.960.9700.50
HSL240.49º93.89%25.69%-
HSV(B)240.49º96.85%49.8%-
XYZ3.941.6520.19-
YUV18.32189.33118.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 127 (50% from 255) = 93.38%
R=3.68%
G=2.94%
B=93.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541270.960.9700.50240.4993.8925.69
Hex547F6061032f05e1a
Octal5417714014106236013632
Binary101100111111111000001100001011001011110000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05047F; }

 p { color: rgb(5,4,127); }

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

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

 a { background-color: rgb(5,4,127); }

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

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

 span { border-color: rgb(5,4,127); }

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