#0D007F

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

Shades of Navy #0D007F

Tints of Navy #0D007F

Color information

#0D007F (or 0x0D007F) is unknown color: approx Navy. HEX triplet: 0D, 00 and 7F. RGB value is (13,0,127). Sum of RGB (Red+Green+Blue) = 13+0+127=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 127 (50% from 255 or 90.71% from 140); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D007F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D007F is #F2FF80. Grayscale: #111111. Windows color (decimal): -15925121 or 8323085. OLE color: 8323085.

HSL color Cylindrical-coordinate representation of color #0D007F: hue angle of 246.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D007F is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB130127-
CMYK0.90100.50
HSL246.14º100%24.9%-
HSV(B)246.14º100%49.8%-
XYZ41.6220.18-
YUV18.36189.31124.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 90.71%
R=9.29%
G=0%
B=90.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1301270.90100.50246.1410024.9
HexD07F5A64032f66419
Octal15017713214406236614431
Binary11010111111110110101100100011001011110110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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