#050D74

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

Shades of Navy #050D74

Tints of Navy #050D74

Color information

#050D74 (or 0x050D74) is unknown color: approx Navy. HEX triplet: 05, 0D and 74. RGB value is (5,13,116). Sum of RGB (Red+Green+Blue) = 5+13+116=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 116 (45.70% from 255 or 86.57% from 134); Max value from RGB is 116 - color contains mainly: blue. Hex color #050D74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D74 is #FAF28B. Grayscale: #151515. Windows color (decimal): -16446092 or 7605509. OLE color: 7605509.

HSL color Cylindrical-coordinate representation of color #050D74: hue angle of 235.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050D74 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB513116-
CMYK0.960.8900.55
HSL235.68º91.74%23.73%-
HSV(B)235.68º95.69%45.49%-
XYZ3.361.5816.65-
YUV22.35180.85115.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 13 (5.47% from 255) = 9.70%
BLUE value IS 116 (45.70% from 255) = 86.57%
R=3.73%
G=9.70%
B=86.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5131160.960.8900.55235.6891.7423.73
Hex5D746059037ec5c18
Octal51516414013106735413430
Binary1011101111010011000001011001011011111101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050D74; }

 p { color: rgb(5,13,116); }

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

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

 a { background-color: rgb(5,13,116); }

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

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

 span { border-color: rgb(5,13,116); }

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