Html Css Color HEX #0073CB Navy Blue

📋 copy color: '#0073CB'

red 0 ◦ green 115 ◦ blue 203

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

Shades of Navy Blue #0073CB

Tints of Navy Blue #0073CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.84%

R = 0%
G = 36.16%
B = 63.84%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0073CB (or 0x0073CB) is known color: Navy Blue. HEX triplet: 00, 73 and CB. RGB value is (0,115,203). Sum of RGB (Red+Green+Blue) = 0+115+203=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #0073CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073CB is #FF8C34. Grayscale: #5A5A5A. Windows color (decimal): -16747573 or 13333248. OLE color: 13333248.

HSL color Cylindrical-coordinate representation of color #0073CB: hue angle of 206.01º 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 #0073CB is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 115 203 -
CMYK 1 0.43 0 0.20
HSL 206.01º 1% 0.4% -
HSV(B) 206.01º 1% 0.8% -
XYZ 16.91 16.57 58.81 -
YUV 90.65 191.4 63.34 -
System Red Green Blue C M Y K H S L
Decimal 0 115 203 1 0.43 0 0.20 206.01 1 0.4
Hex 0 73 CB 64 2B 0 14 CE 64 28
Octal 0 163 313 144 53 0 24 316 144 50
Binary 0 1110011 11001011 1100100 101011 0 10100 11001110 1100100 101000

Color Harmonies of #0073CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0073CB

Black with #0073CB

Text Example


Text Example

White with #0073CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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