Html Css Color HEX #0873BC Navy Blue

📋 copy color: '#0873BC'

red 8 ◦ green 115 ◦ blue 188

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

Shades of Navy Blue #0873BC

Tints of Navy Blue #0873BC

RGB

 RED value IS 8 (3.52% from 255) = 2.57%

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

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

R = 2.57%
G = 36.98%
B = 60.45%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0873BC (or 0x0873BC) is known color: Navy Blue. HEX triplet: 08, 73 and BC. RGB value is (8,115,188). Sum of RGB (Red+Green+Blue) = 8+115+188=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #0873BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0873BC is #F78C43. Grayscale: #5A5A5A. Windows color (decimal): -16223300 or 12350216. OLE color: 12350216.

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

Color convert

RGB 8 115 188 -
CMYK 0.96 0.39 0 0.26
HSL 204.33º 0.92% 0.38% -
HSV(B) 204.33º 0.96% 0.74% -
XYZ 15.31 15.94 49.85 -
YUV 91.33 182.55 68.56 -
System Red Green Blue C M Y K H S L
Decimal 8 115 188 0.96 0.39 0 0.26 204.33 0.92 0.38
Hex 8 73 BC 60 27 0 1A CC 5C 26
Octal 10 163 274 140 47 0 32 314 134 46
Binary 1000 1110011 10111100 1100000 100111 0 11010 11001100 1011100 100110

Color Harmonies of #0873BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0873BC

Black with #0873BC

Text Example


Text Example

White with #0873BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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