#0D6DED

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

Shades of Navy Blue #0D6DED

Tints of Navy Blue #0D6DED

Color information

#0D6DED (or 0x0D6DED) is unknown color: approx Navy Blue. HEX triplet: 0D, 6D and ED. RGB value is (13,109,237). Sum of RGB (Red+Green+Blue) = 13+109+237=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D6DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6DED is #F29212. Grayscale: #5E5E5E. Windows color (decimal): -15897107 or 15559949. OLE color: 15559949.

HSL color Cylindrical-coordinate representation of color #0D6DED: hue angle of 214.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D6DED is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13109237-
CMYK0.950.5400.07
HSL214.29º89.6%49.02%-
HSV(B)214.29º94.51%92.94%-
XYZ20.9217.1482.33-
YUV94.89208.269.59-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.62%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 237 (92.97% from 255) = 66.02%
R=3.62%
G=30.36%
B=66.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131092370.950.5400.07214.2989.649.02
HexD6DED5F3607d65a31
Octal15155355137660732613261
Binary110111011011110110110111111101100111110101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,109,237); }

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

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

 a { background-color: rgb(13,109,237); }

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

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

 span { border-color: rgb(13,109,237); }

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