#0D057A

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

Shades of Navy #0D057A

Tints of Navy #0D057A

Color information

#0D057A (or 0x0D057A) is unknown color: approx Navy. HEX triplet: 0D, 05 and 7A. RGB value is (13,5,122). Sum of RGB (Red+Green+Blue) = 13+5+122=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D057A is #F2FA85. Grayscale: #141414. Windows color (decimal): -15923846 or 7996685. OLE color: 7996685.

HSL color Cylindrical-coordinate representation of color #0D057A: hue angle of 244.1º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D057A is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB135122-
CMYK0.890.9600.52
HSL244.1º92.13%24.9%-
HSV(B)244.1º95.9%47.84%-
XYZ3.731.618.52-
YUV20.73185.15122.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 122 (48.05% from 255) = 87.14%
R=9.29%
G=3.57%
B=87.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1351220.890.9600.52244.192.1324.9
HexD57A5960034f45c19
Octal15517213114006436413431
Binary1101101111101010110011100000011010011110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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