Html Css Color HEX #0D70DB Navy Blue

📋 copy color: '#0D70DB'

red 13 ◦ green 112 ◦ blue 219

#0D70DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0D70DB

Tints of Navy Blue #0D70DB

RGB

 RED value IS 13 (5.47% from 255) = 3.78%

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 219 (85.94% from 255) = 63.66%

R = 3.78%
G = 32.56%
B = 63.66%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D70DB (or 0x0D70DB) is known color: Navy Blue. HEX triplet: 0D, 70 and DB. RGB value is (13,112,219). Sum of RGB (Red+Green+Blue) = 13+112+219=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D70DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D70DB is #F28F24. Grayscale: #5E5E5E. Windows color (decimal): -15896357 or 14381069. OLE color: 14381069.

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

Color convert

RGB 13 112 219 -
CMYK 0.94 0.49 0 0.14
HSL 211.17º 0.89% 0.45% -
HSV(B) 211.17º 0.94% 0.86% -
XYZ 18.75 16.79 69.27 -
YUV 94.6 198.2 69.8 -
System Red Green Blue C M Y K H S L
Decimal 13 112 219 0.94 0.49 0 0.14 211.17 0.89 0.45
Hex D 70 DB 5E 31 0 E D3 59 2D
Octal 15 160 333 136 61 0 16 323 131 55
Binary 1101 1110000 11011011 1011110 110001 0 1110 11010011 1011001 101101

Color Harmonies of #0D70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D70DB

Black with #0D70DB

Text Example


Text Example

White with #0D70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D70DB;
 }
 .AnyTagClassName
 {
   color: #0D70DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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