Html Css Color HEX #0871BE Navy Blue

📋 copy color: '#0871BE'

red 8 ◦ green 113 ◦ blue 190

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

Shades of Navy Blue #0871BE

Tints of Navy Blue #0871BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.09%

R = 2.57%
G = 36.33%
B = 61.09%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0871BE (or 0x0871BE) is known color: Navy Blue. HEX triplet: 08, 71 and BE. RGB value is (8,113,190). Sum of RGB (Red+Green+Blue) = 8+113+190=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #0871BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871BE is #F78E41. Grayscale: #595959. Windows color (decimal): -16223810 or 12480776. OLE color: 12480776.

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

Color convert

RGB 8 113 190 -
CMYK 0.96 0.41 0 0.25
HSL 205.38º 0.92% 0.39% -
HSV(B) 205.38º 0.96% 0.75% -
XYZ 15.3 15.58 50.92 -
YUV 90.38 184.21 69.24 -
System Red Green Blue C M Y K H S L
Decimal 8 113 190 0.96 0.41 0 0.25 205.38 0.92 0.39
Hex 8 71 BE 60 29 0 19 CD 5C 27
Octal 10 161 276 140 51 0 31 315 134 47
Binary 1000 1110001 10111110 1100000 101001 0 11001 11001101 1011100 100111

Color Harmonies of #0871BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871BE

Black with #0871BE

Text Example


Text Example

White with #0871BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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