Html Css Color HEX #0D50DB Navy Blue

📋 copy color: '#0D50DB'

red 13 ◦ green 80 ◦ blue 219

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

Shades of Navy Blue #0D50DB

Tints of Navy Blue #0D50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 4.17%
G = 25.64%
B = 70.19%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D50DB (or 0x0D50DB) is known color: Navy Blue. HEX triplet: 0D, 50 and DB. RGB value is (13,80,219). Sum of RGB (Red+Green+Blue) = 13+80+219=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D50DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D50DB is #F2AF24. Grayscale: #4B4B4B. Windows color (decimal): -15904549 or 14372877. OLE color: 14372877.

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

Color convert

RGB 13 80 219 -
CMYK 0.94 0.63 0 0.14
HSL 220.49º 0.89% 0.45% -
HSV(B) 220.49º 0.94% 0.86% -
XYZ 15.82 10.94 68.3 -
YUV 75.81 208.8 83.2 -
System Red Green Blue C M Y K H S L
Decimal 13 80 219 0.94 0.63 0 0.14 220.49 0.89 0.45
Hex D 50 DB 5E 3F 0 E DC 59 2D
Octal 15 120 333 136 77 0 16 334 131 55
Binary 1101 1010000 11011011 1011110 111111 0 1110 11011100 1011001 101101

Color Harmonies of #0D50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D50DB

Black with #0D50DB

Text Example


Text Example

White with #0D50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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