#0D0777

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

Shades of Navy #0D0777

Tints of Navy #0D0777

Color information

#0D0777 (or 0x0D0777) is unknown color: approx Navy. HEX triplet: 0D, 07 and 77. RGB value is (13,7,119). Sum of RGB (Red+Green+Blue) = 13+7+119=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D0777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0777 is #F2F888. Grayscale: #151515. Windows color (decimal): -15923337 or 7800589. OLE color: 7800589.

HSL color Cylindrical-coordinate representation of color #0D0777: hue angle of 243.21º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D0777 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB137119-
CMYK0.890.9400.53
HSL243.21º88.89%24.71%-
HSV(B)243.21º94.12%46.67%-
XYZ3.571.5717.57-
YUV21.56182.99121.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.35%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 119 (46.88% from 255) = 85.61%
R=9.35%
G=5.04%
B=85.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1371190.890.9400.53243.2188.8924.71
HexD777595E035f35919
Octal15716713113606536313131
Binary1101111111011110110011011110011010111110011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,7,119); }

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

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

 a { background-color: rgb(13,7,119); }

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

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

 span { border-color: rgb(13,7,119); }

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