Html Css Color HEX #0D56DB Navy Blue

📋 copy color: '#0D56DB'

red 13 ◦ green 86 ◦ blue 219

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

Shades of Navy Blue #0D56DB

Tints of Navy Blue #0D56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

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

R = 4.09%
G = 27.04%
B = 68.87%

CMYK

 C value IS 0.94

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D56DB (or 0x0D56DB) is known color: Navy Blue. HEX triplet: 0D, 56 and DB. RGB value is (13,86,219). Sum of RGB (Red+Green+Blue) = 13+86+219=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D56DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D56DB is #F2A924. Grayscale: #4E4E4E. Windows color (decimal): -15903013 or 14374413. OLE color: 14374413.

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

Color convert

RGB 13 86 219 -
CMYK 0.94 0.61 0 0.14
HSL 218.74º 0.89% 0.45% -
HSV(B) 218.74º 0.94% 0.86% -
XYZ 16.28 11.86 68.45 -
YUV 79.34 206.82 80.69 -
System Red Green Blue C M Y K H S L
Decimal 13 86 219 0.94 0.61 0 0.14 218.74 0.89 0.45
Hex D 56 DB 5E 3D 0 E DB 59 2D
Octal 15 126 333 136 75 0 16 333 131 55
Binary 1101 1010110 11011011 1011110 111101 0 1110 11011011 1011001 101101

Color Harmonies of #0D56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D56DB

Black with #0D56DB

Text Example


Text Example

White with #0D56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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