Html Css Color HEX #0871DB Navy Blue

📋 copy color: '#0871DB'

red 8 ◦ green 113 ◦ blue 219

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

Shades of Navy Blue #0871DB

Tints of Navy Blue #0871DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.41%

R = 2.35%
G = 33.24%
B = 64.41%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0871DB (or 0x0871DB) is known color: Navy Blue. HEX triplet: 08, 71 and DB. RGB value is (8,113,219). Sum of RGB (Red+Green+Blue) = 8+113+219=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #0871DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871DB is #F78E24. Grayscale: #5D5D5D. Windows color (decimal): -16223781 or 14381320. OLE color: 14381320.

HSL color Cylindrical-coordinate representation of color #0871DB: hue angle of 210.14º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0871DB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 113 219 -
CMYK 0.96 0.48 0 0.14
HSL 210.14º 0.93% 0.45% -
HSV(B) 210.14º 0.96% 0.86% -
XYZ 18.79 16.98 69.3 -
YUV 93.69 198.71 66.88 -
System Red Green Blue C M Y K H S L
Decimal 8 113 219 0.96 0.48 0 0.14 210.14 0.93 0.45
Hex 8 71 DB 60 30 0 E D2 5D 2D
Octal 10 161 333 140 60 0 16 322 135 55
Binary 1000 1110001 11011011 1100000 110000 0 1110 11010010 1011101 101101

Color Harmonies of #0871DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871DB

Black with #0871DB

Text Example


Text Example

White with #0871DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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