Html Css Color HEX #0A73DC Navy Blue

📋 copy color: '#0A73DC'

red 10 ◦ green 115 ◦ blue 220

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

Shades of Navy Blue #0A73DC

Tints of Navy Blue #0A73DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 2.9%
G = 33.33%
B = 63.77%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A73DC (or 0x0A73DC) is known color: Navy Blue. HEX triplet: 0A, 73 and DC. RGB value is (10,115,220). Sum of RGB (Red+Green+Blue) = 10+115+220=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #0A73DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A73DC is #F58C23. Grayscale: #5F5F5F. Windows color (decimal): -16092196 or 14447370. OLE color: 14447370.

HSL color Cylindrical-coordinate representation of color #0A73DC: hue angle of 210º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A73DC is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 10 115 220 -
CMYK 0.95 0.48 0 0.14
HSL 210º 0.91% 0.45% -
HSV(B) 210º 0.95% 0.86% -
XYZ 19.17 17.49 70.08 -
YUV 95.58 198.21 66.96 -
System Red Green Blue C M Y K H S L
Decimal 10 115 220 0.95 0.48 0 0.14 210 0.91 0.45
Hex A 73 DC 5F 30 0 E D2 5B 2D
Octal 12 163 334 137 60 0 16 322 133 55
Binary 1010 1110011 11011100 1011111 110000 0 1110 11010010 1011011 101101

Color Harmonies of #0A73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A73DC

Black with #0A73DC

Text Example


Text Example

White with #0A73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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