#0D7ADA

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

Shades of Navy Blue #0D7ADA

Tints of Navy Blue #0D7ADA

Color information

#0D7ADA (or 0x0D7ADA) is unknown color: approx Navy Blue. HEX triplet: 0D, 7A and DA. RGB value is (13,122,218). Sum of RGB (Red+Green+Blue) = 13+122+218=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D7ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7ADA is #F28525. Grayscale: #636363. Windows color (decimal): -15893798 or 14318093. OLE color: 14318093.

HSL color Cylindrical-coordinate representation of color #0D7ADA: hue angle of 208.1º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7ADA is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13122218-
CMYK0.940.4400.15
HSL208.1º88.74%45.29%-
HSV(B)208.1º94.04%85.49%-
XYZ19.7819.0768.97-
YUV100.35194.3965.69-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.68%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 218 (85.55% from 255) = 61.76%
R=3.68%
G=34.56%
B=61.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131222180.940.4400.15208.188.7445.29
HexD7ADA5E2C0Fd0592d
Octal151723321365401732013155
Binary1101111101011011010101111010110001111110100001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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