Html Css Color HEX #0D73DA Navy Blue

📋 copy color: '#0D73DA'

red 13 ◦ green 115 ◦ blue 218

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

Shades of Navy Blue #0D73DA

Tints of Navy Blue #0D73DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 3.76%
G = 33.24%
B = 63.01%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0D73DA (or 0x0D73DA) is known color: Navy Blue. HEX triplet: 0D, 73 and DA. RGB value is (13,115,218). Sum of RGB (Red+Green+Blue) = 13+115+218=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D73DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D73DA is #F28C25. Grayscale: #5F5F5F. Windows color (decimal): -15895590 or 14316301. OLE color: 14316301.

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

Color convert

RGB 13 115 218 -
CMYK 0.94 0.47 0 0.15
HSL 210.15º 0.89% 0.45% -
HSV(B) 210.15º 0.94% 0.85% -
XYZ 18.95 17.41 68.69 -
YUV 96.24 196.71 68.62 -
System Red Green Blue C M Y K H S L
Decimal 13 115 218 0.94 0.47 0 0.15 210.15 0.89 0.45
Hex D 73 DA 5E 2F 0 F D2 59 2D
Octal 15 163 332 136 57 0 17 322 131 55
Binary 1101 1110011 11011010 1011110 101111 0 1111 11010010 1011001 101101

Color Harmonies of #0D73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D73DA

Black with #0D73DA

Text Example


Text Example

White with #0D73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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