Html Css Color HEX #0871BB Navy Blue

📋 copy color: '#0871BB'

red 8 ◦ green 113 ◦ blue 187

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

Shades of Navy Blue #0871BB

Tints of Navy Blue #0871BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.71%

R = 2.6%
G = 36.69%
B = 60.71%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0871BB (or 0x0871BB) is known color: Navy Blue. HEX triplet: 08, 71 and BB. RGB value is (8,113,187). Sum of RGB (Red+Green+Blue) = 8+113+187=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #0871BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871BB is #F78E44. Grayscale: #595959. Windows color (decimal): -16223813 or 12284168. OLE color: 12284168.

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

Color convert

RGB 8 113 187 -
CMYK 0.96 0.40 0 0.27
HSL 204.8º 0.92% 0.38% -
HSV(B) 204.8º 0.96% 0.73% -
XYZ 14.97 15.45 49.21 -
YUV 90.04 182.71 69.48 -
System Red Green Blue C M Y K H S L
Decimal 8 113 187 0.96 0.40 0 0.27 204.8 0.92 0.38
Hex 8 71 BB 60 28 0 1B CD 5C 26
Octal 10 161 273 140 50 0 33 315 134 46
Binary 1000 1110001 10111011 1100000 101000 0 11011 11001101 1011100 100110

Color Harmonies of #0871BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871BB

Black with #0871BB

Text Example


Text Example

White with #0871BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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