Html Css Color HEX #0A73D5 Navy Blue

📋 copy color: '#0A73D5'

red 10 ◦ green 115 ◦ blue 213

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

Shades of Navy Blue #0A73D5

Tints of Navy Blue #0A73D5

RGB

 RED value IS 10 (4.3% from 255) = 2.96%

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

 BLUE value IS 213 (83.59% from 255) = 63.02%

R = 2.96%
G = 34.02%
B = 63.02%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0A73D5 (or 0x0A73D5) is known color: Navy Blue. HEX triplet: 0A, 73 and D5. RGB value is (10,115,213). Sum of RGB (Red+Green+Blue) = 10+115+213=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #0A73D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A73D5 is #F58C2A. Grayscale: #5E5E5E. Windows color (decimal): -16092203 or 13988618. OLE color: 13988618.

HSL color Cylindrical-coordinate representation of color #0A73D5: hue angle of 208.97º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A73D5 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 115 213 -
CMYK 0.95 0.46 0 0.16
HSL 208.97º 0.91% 0.44% -
HSV(B) 208.97º 0.95% 0.84% -
XYZ 18.27 17.13 65.29 -
YUV 94.78 194.71 67.53 -
System Red Green Blue C M Y K H S L
Decimal 10 115 213 0.95 0.46 0 0.16 208.97 0.91 0.44
Hex A 73 D5 5F 2E 0 10 D1 5B 2C
Octal 12 163 325 137 56 0 20 321 133 54
Binary 1010 1110011 11010101 1011111 101110 0 10000 11010001 1011011 101100

Color Harmonies of #0A73D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A73D5

Black with #0A73D5

Text Example


Text Example

White with #0A73D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,115,213); }

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

background-color css

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

 a { background-color: rgb(10,115,213); }

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

border-color css

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

 span { border-color: rgb(10,115,213); }

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