Html Css Color HEX #0073BC Navy Blue

📋 copy color: '#0073BC'

red 0 ◦ green 115 ◦ blue 188

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

Shades of Navy Blue #0073BC

Tints of Navy Blue #0073BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.05%

R = 0%
G = 37.95%
B = 62.05%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0073BC (or 0x0073BC) is known color: Navy Blue. HEX triplet: 00, 73 and BC. RGB value is (0,115,188). Sum of RGB (Red+Green+Blue) = 0+115+188=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #0073BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073BC is #FF8C43. Grayscale: #585858. Windows color (decimal): -16747588 or 12350208. OLE color: 12350208.

HSL color Cylindrical-coordinate representation of color #0073BC: hue angle of 203.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0073BC is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 115 188 -
CMYK 1 0.39 0 0.26
HSL 203.3º 1% 0.37% -
HSV(B) 203.3º 1% 0.74% -
XYZ 15.21 15.89 49.84 -
YUV 88.94 183.9 64.56 -
System Red Green Blue C M Y K H S L
Decimal 0 115 188 1 0.39 0 0.26 203.3 1 0.37
Hex 0 73 BC 64 27 0 1A CB 64 25
Octal 0 163 274 144 47 0 32 313 144 45
Binary 0 1110011 10111100 1100100 100111 0 11010 11001011 1100100 100101

Color Harmonies of #0073BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0073BC

Black with #0073BC

Text Example


Text Example

White with #0073BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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