#0D7FD5

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

Shades of Navy Blue #0D7FD5

Tints of Navy Blue #0D7FD5

Color information

#0D7FD5 (or 0x0D7FD5) is unknown color: approx Navy Blue. HEX triplet: 0D, 7F and D5. RGB value is (13,127,213). Sum of RGB (Red+Green+Blue) = 13+127+213=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 213 (83.59% from 255 or 60.34% from 353); Max value from RGB is 213 - color contains mainly: blue. Hex color #0D7FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7FD5 is #F2802A. Grayscale: #666666. Windows color (decimal): -15892523 or 13991693. OLE color: 13991693.

HSL color Cylindrical-coordinate representation of color #0D7FD5: hue angle of 205.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7FD5 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13127213-
CMYK0.940.4000.16
HSL205.8º88.5%44.31%-
HSV(B)205.8º93.9%83.53%-
XYZ19.7720.0765.78-
YUV102.72190.2364.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.68%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 213 (83.59% from 255) = 60.34%
R=3.68%
G=35.98%
B=60.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131272130.940.4000.16205.888.544.31
HexD7FD55E28010ce582c
Octal151773251365002031613054
Binary11011111111110101011011110101000010000110011101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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