Html Css Color HEX #0D49DB Navy Blue

📋 copy color: '#0D49DB'

red 13 ◦ green 73 ◦ blue 219

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

Shades of Navy Blue #0D49DB

Tints of Navy Blue #0D49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

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

R = 4.26%
G = 23.93%
B = 71.8%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D49DB (or 0x0D49DB) is known color: Navy Blue. HEX triplet: 0D, 49 and DB. RGB value is (13,73,219). Sum of RGB (Red+Green+Blue) = 13+73+219=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D49DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D49DB is #F2B624. Grayscale: #474747. Windows color (decimal): -15906341 or 14371085. OLE color: 14371085.

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

Color convert

RGB 13 73 219 -
CMYK 0.94 0.67 0 0.14
HSL 222.52º 0.89% 0.45% -
HSV(B) 222.52º 0.94% 0.86% -
XYZ 15.33 9.97 68.13 -
YUV 71.7 211.12 86.13 -
System Red Green Blue C M Y K H S L
Decimal 13 73 219 0.94 0.67 0 0.14 222.52 0.89 0.45
Hex D 49 DB 5E 43 0 E DF 59 2D
Octal 15 111 333 136 103 0 16 337 131 55
Binary 1101 1001001 11011011 1011110 1000011 0 1110 11011111 1011001 101101

Color Harmonies of #0D49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D49DB

Black with #0D49DB

Text Example


Text Example

White with #0D49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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