#0D6AD8

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

Shades of Navy Blue #0D6AD8

Tints of Navy Blue #0D6AD8

Color information

#0D6AD8 (or 0x0D6AD8) is unknown color: approx Navy Blue. HEX triplet: 0D, 6A and D8. RGB value is (13,106,216). Sum of RGB (Red+Green+Blue) = 13+106+216=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 216 (84.77% from 255 or 64.48% from 335); Max value from RGB is 216 - color contains mainly: blue. Hex color #0D6AD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6AD8 is #F29527. Grayscale: #5A5A5A. Windows color (decimal): -15897896 or 14182925. OLE color: 14182925.

HSL color Cylindrical-coordinate representation of color #0D6AD8: hue angle of 212.51º 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 #0D6AD8 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13106216-
CMYK0.940.5100.15
HSL212.51º88.65%44.9%-
HSV(B)212.51º93.98%84.71%-
XYZ17.7115.3567-
YUV90.73198.6972.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.88%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 216 (84.77% from 255) = 64.48%
R=3.88%
G=31.64%
B=64.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131062160.940.5100.15212.5188.6544.9
HexD6AD85E330Fd5592d
Octal151523301366301732513155
Binary1101110101011011000101111011001101111110101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,106,216); }

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

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

 a { background-color: rgb(13,106,216); }

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

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

 span { border-color: rgb(13,106,216); }

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