#0D057E

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

Shades of Navy #0D057E

Tints of Navy #0D057E

Color information

#0D057E (or 0x0D057E) is unknown color: approx Navy. HEX triplet: 0D, 05 and 7E. RGB value is (13,5,126). Sum of RGB (Red+Green+Blue) = 13+5+126=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 126 (49.61% from 255 or 87.5% from 144); Max value from RGB is 126 - color contains mainly: blue. Hex color #0D057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D057E is #F2FA81. Grayscale: #141414. Windows color (decimal): -15923842 or 8258829. OLE color: 8258829.

HSL color Cylindrical-coordinate representation of color #0D057E: hue angle of 243.97º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D057E is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB135126-
CMYK0.900.9600.51
HSL243.97º92.37%25.69%-
HSV(B)243.97º96.03%49.41%-
XYZ3.991.719.86-
YUV21.19187.15122.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 126 (49.61% from 255) = 87.5%
R=9.03%
G=3.47%
B=87.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1351260.900.9600.51243.9792.3725.69
HexD57E5A60033f45c1a
Octal15517613214006336413432
Binary1101101111111010110101100000011001111110100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D057E; }

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

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

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

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

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

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

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

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