Html Css Color HEX #0871BC Navy Blue

📋 copy color: '#0871BC'

red 8 ◦ green 113 ◦ blue 188

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

Shades of Navy Blue #0871BC

Tints of Navy Blue #0871BC

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 value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0871BC (or 0x0871BC) is known color: 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

RGB 8 113 188 -
CMYK 0.96 0.40 0 0.26
HSL 205º 0.92% 0.38% -
HSV(B) 205º 0.96% 0.74% -
XYZ 15.08 15.49 49.77 -
YUV 90.16 183.21 69.4 -
System Red Green Blue C M Y K H S L
Decimal 8 113 188 0.96 0.40 0 0.26 205 0.92 0.38
Hex 8 71 BC 60 28 0 1A CD 5C 26
Octal 10 161 274 140 50 0 32 315 134 46
Binary 1000 1110001 10111100 1100000 101000 0 11010 11001101 1011100 100110

Color Harmonies of #0871BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871BC

Black with #0871BC

Text Example


Text Example

White with #0871BC

Text Example


Text Example

HTML Codes & Css Web 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>