Html Css Color HEX #0073CA Navy Blue

📋 copy color: '#0073CA'

red 0 ◦ green 115 ◦ blue 202

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

Shades of Navy Blue #0073CA

Tints of Navy Blue #0073CA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 36.28%
B = 63.72%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0073CA (or 0x0073CA) is known color: Navy Blue. HEX triplet: 00, 73 and CA. RGB value is (0,115,202). Sum of RGB (Red+Green+Blue) = 0+115+202=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #0073CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073CA is #FF8C35. Grayscale: #5A5A5A. Windows color (decimal): -16747574 or 13267712. OLE color: 13267712.

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

Color convert

RGB 0 115 202 -
CMYK 1 0.43 0 0.21
HSL 205.84º 1% 0.4% -
HSV(B) 205.84º 1% 0.79% -
XYZ 16.79 16.53 58.18 -
YUV 90.53 190.9 63.43 -
System Red Green Blue C M Y K H S L
Decimal 0 115 202 1 0.43 0 0.21 205.84 1 0.4
Hex 0 73 CA 64 2B 0 15 CE 64 28
Octal 0 163 312 144 53 0 25 316 144 50
Binary 0 1110011 11001010 1100100 101011 0 10101 11001110 1100100 101000

Color Harmonies of #0073CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0073CA

Black with #0073CA

Text Example


Text Example

White with #0073CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0073CA; }

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

 H1.HeaderClassName
 {
   color: #0073CA;
 }
 .AnyTagClassName
 {
   color: #0073CA;
 }
</style>

background-color css

<style>
 a { background-color: #0073CA; }

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

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

border-color css

<style>
 span { border-color: #0073CA; }

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

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