Html Css Color HEX #0073CD Navy Blue

📋 copy color: '#0073CD'

red 0 ◦ green 115 ◦ blue 205

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

Shades of Navy Blue #0073CD

Tints of Navy Blue #0073CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 0%
G = 35.94%
B = 64.06%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0073CD (or 0x0073CD) is known color: Navy Blue. HEX triplet: 00, 73 and CD. RGB value is (0,115,205). Sum of RGB (Red+Green+Blue) = 0+115+205=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #0073CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073CD is #FF8C32. Grayscale: #5A5A5A. Windows color (decimal): -16747571 or 13464320. OLE color: 13464320.

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

Color convert

RGB 0 115 205 -
CMYK 1 0.44 0 0.20
HSL 206.34º 1% 0.4% -
HSV(B) 206.34º 1% 0.8% -
XYZ 17.15 16.67 60.07 -
YUV 90.88 192.4 63.18 -
System Red Green Blue C M Y K H S L
Decimal 0 115 205 1 0.44 0 0.20 206.34 1 0.4
Hex 0 73 CD 64 2C 0 14 CE 64 28
Octal 0 163 315 144 54 0 24 316 144 50
Binary 0 1110011 11001101 1100100 101100 0 10100 11001110 1100100 101000

Color Harmonies of #0073CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0073CD

Black with #0073CD

Text Example


Text Example

White with #0073CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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