Html Css Color HEX #0A73CA Navy Blue

📋 copy color: '#0A73CA'

red 10 ◦ green 115 ◦ blue 202

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

Shades of Navy Blue #0A73CA

Tints of Navy Blue #0A73CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 3.06%
G = 35.17%
B = 61.77%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0A73CA (or 0x0A73CA) is known color: Navy Blue. HEX triplet: 0A, 73 and CA. RGB value is (10,115,202). Sum of RGB (Red+Green+Blue) = 10+115+202=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #0A73CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A73CA is #F58C35. Grayscale: #5D5D5D. Windows color (decimal): -16092214 or 13267722. OLE color: 13267722.

HSL color Cylindrical-coordinate representation of color #0A73CA: hue angle of 207.19º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A73CA is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 10 115 202 -
CMYK 0.95 0.43 0 0.21
HSL 207.19º 0.91% 0.42% -
HSV(B) 207.19º 0.95% 0.79% -
XYZ 16.92 16.59 58.19 -
YUV 93.52 189.21 68.43 -
System Red Green Blue C M Y K H S L
Decimal 10 115 202 0.95 0.43 0 0.21 207.19 0.91 0.42
Hex A 73 CA 5F 2B 0 15 CF 5B 2A
Octal 12 163 312 137 53 0 25 317 133 52
Binary 1010 1110011 11001010 1011111 101011 0 10101 11001111 1011011 101010

Color Harmonies of #0A73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A73CA

Black with #0A73CA

Text Example


Text Example

White with #0A73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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