#0D0077

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

Shades of Navy #0D0077

Tints of Navy #0D0077

Color information

#0D0077 (or 0x0D0077) is unknown color: approx Navy. HEX triplet: 0D, 00 and 77. RGB value is (13,0,119). Sum of RGB (Red+Green+Blue) = 13+0+119=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D0077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0077 is #F2FF88. Grayscale: #101010. Windows color (decimal): -15925129 or 7798797. OLE color: 7798797.

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

Color convert

RGB130119-
CMYK0.89100.53
HSL246.55º100%23.33%-
HSV(B)246.55º100%46.67%-
XYZ3.51.4217.54-
YUV17.45185.31124.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 90.15%
R=9.85%
G=0%
B=90.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1301190.89100.53246.5510023.33
HexD0775964035f76417
Octal15016713114406536714427
Binary11010111011110110011100100011010111110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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