Html Css Color HEX #0871BD Navy Blue

📋 copy color: '#0871BD'

red 8 ◦ green 113 ◦ blue 189

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

Shades of Navy Blue #0871BD

Tints of Navy Blue #0871BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 189 (74.22% from 255) = 60.97%

R = 2.58%
G = 36.45%
B = 60.97%

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

#0871BD (or 0x0871BD) is known color: Navy Blue. HEX triplet: 08, 71 and BD. RGB value is (8,113,189). Sum of RGB (Red+Green+Blue) = 8+113+189=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #0871BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871BD is #F78E42. Grayscale: #595959. Windows color (decimal): -16223811 or 12415240. OLE color: 12415240.

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

Color convert

RGB 8 113 189 -
CMYK 0.96 0.40 0 0.26
HSL 205.19º 0.92% 0.39% -
HSV(B) 205.19º 0.96% 0.74% -
XYZ 15.19 15.54 50.34 -
YUV 90.27 183.71 69.32 -
System Red Green Blue C M Y K H S L
Decimal 8 113 189 0.96 0.40 0 0.26 205.19 0.92 0.39
Hex 8 71 BD 60 28 0 1A CD 5C 27
Octal 10 161 275 140 50 0 32 315 134 47
Binary 1000 1110001 10111101 1100000 101000 0 11010 11001101 1011100 100111

Color Harmonies of #0871BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871BD

Black with #0871BD

Text Example


Text Example

White with #0871BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0871BD;
 }
 .AnyTagClassName
 {
   color: #0871BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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