#0D6ADE

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

Shades of Navy Blue #0D6ADE

Tints of Navy Blue #0D6ADE

Color information

#0D6ADE (or 0x0D6ADE) is unknown color: approx Navy Blue. HEX triplet: 0D, 6A and DE. RGB value is (13,106,222). Sum of RGB (Red+Green+Blue) = 13+106+222=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D6ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6ADE is #F29521. Grayscale: #5A5A5A. Windows color (decimal): -15897890 or 14576141. OLE color: 14576141.

HSL color Cylindrical-coordinate representation of color #0D6ADE: hue angle of 213.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6ADE is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13106222-
CMYK0.940.5200.13
HSL213.3º88.94%46.08%-
HSV(B)213.3º94.14%87.06%-
XYZ18.515.6771.16-
YUV91.42201.6972.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.81%
GREEN value IS 106 (41.80% from 255) = 31.09%
BLUE value IS 222 (87.11% from 255) = 65.10%
R=3.81%
G=31.09%
B=65.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131062220.940.5200.13213.388.9446.08
HexD6ADE5E340Dd5592e
Octal151523361366401532513156
Binary1101110101011011110101111011010001101110101011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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