Html Css Color HEX #0D73CD Navy Blue

📋 copy color: '#0D73CD'

red 13 ◦ green 115 ◦ blue 205

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

Shades of Navy Blue #0D73CD

Tints of Navy Blue #0D73CD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

 BLUE value IS 205 (80.47% from 255) = 61.56%

R = 3.9%
G = 34.53%
B = 61.56%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0D73CD (or 0x0D73CD) is known color: Navy Blue. HEX triplet: 0D, 73 and CD. RGB value is (13,115,205). Sum of RGB (Red+Green+Blue) = 13+115+205=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D73CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D73CD is #F28C32. Grayscale: #5E5E5E. Windows color (decimal): -15895603 or 13464333. OLE color: 13464333.

HSL color Cylindrical-coordinate representation of color #0D73CD: hue angle of 208.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D73CD is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 115 205 -
CMYK 0.94 0.44 0 0.20
HSL 208.13º 0.88% 0.43% -
HSV(B) 208.13º 0.94% 0.8% -
XYZ 17.32 16.75 60.08 -
YUV 94.76 190.21 69.68 -
System Red Green Blue C M Y K H S L
Decimal 13 115 205 0.94 0.44 0 0.20 208.13 0.88 0.43
Hex D 73 CD 5E 2C 0 14 D0 58 2B
Octal 15 163 315 136 54 0 24 320 130 53
Binary 1101 1110011 11001101 1011110 101100 0 10100 11010000 1011000 101011

Color Harmonies of #0D73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D73CD

Black with #0D73CD

Text Example


Text Example

White with #0D73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,115,205); }

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

background-color css

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

 a { background-color: rgb(13,115,205); }

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

border-color css

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

 span { border-color: rgb(13,115,205); }

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