#0871BC

Color #0871BC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0871BC

Tints of Navy Blue #0871BC

Color information

#0871BC (or 0x0871BC) is unknown color: approx Navy Blue. HEX triplet: 08, 71 and BC. RGB value is (8,113,188). Sum of RGB (Red+Green+Blue) = 8+113+188=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #0871BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871BC is #F78E43. Grayscale: #595959. Windows color (decimal): -16223812 or 12349704. OLE color: 12349704.

HSL color Cylindrical-coordinate representation of color #0871BC: hue angle of 205º 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 #0871BC is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8113188-
CMYK0.960.4000.26
HSL205º91.84%38.43%-
HSV(B)205º95.74%73.73%-
XYZ15.0815.4949.77-
YUV90.16183.2169.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.59%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=2.59%
G=36.57%
B=60.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81131880.960.4000.2620591.8438.43
Hex871BC602801Acd5c26
Octal101612741405003231513446
Binary10001110001101111001100000101000011010110011011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0871BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0871BC;
 }
 .AnyTagClassName
 {
   color: #0871BC;
 }
</style>
background-color css

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

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

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

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

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

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