#0D70EF

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

Shades of Navy Blue #0D70EF

Tints of Navy Blue #0D70EF

Color information

#0D70EF (or 0x0D70EF) is unknown color: approx Navy Blue. HEX triplet: 0D, 70 and EF. RGB value is (13,112,239). Sum of RGB (Red+Green+Blue) = 13+112+239=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D70EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D70EF is #F28F10. Grayscale: #606060. Windows color (decimal): -15896337 or 15691789. OLE color: 15691789.

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

Color convert

RGB13112239-
CMYK0.950.5300.06
HSL213.72º89.68%49.41%-
HSV(B)213.72º94.56%93.73%-
XYZ21.5417.9183.98-
YUV96.88208.268.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.57%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 239 (93.75% from 255) = 65.66%
R=3.57%
G=30.77%
B=65.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal131122390.950.5300.06213.7289.6849.41
HexD70EF5F3506d65a31
Octal15160357137650632613261
Binary110111100001110111110111111101010110110101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D70EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,112,239); }

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

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

 a { background-color: rgb(13,112,239); }

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

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

 span { border-color: rgb(13,112,239); }

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