Html Css Color HEX #0871DC Navy Blue

📋 copy color: '#0871DC'

red 8 ◦ green 113 ◦ blue 220

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

Shades of Navy Blue #0871DC

Tints of Navy Blue #0871DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 2.35%
G = 33.14%
B = 64.52%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0871DC (or 0x0871DC) is known color: Navy Blue. HEX triplet: 08, 71 and DC. RGB value is (8,113,220). Sum of RGB (Red+Green+Blue) = 8+113+220=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #0871DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0871DC is #F78E23. Grayscale: #5D5D5D. Windows color (decimal): -16223780 or 14446856. OLE color: 14446856.

HSL color Cylindrical-coordinate representation of color #0871DC: hue angle of 210.28º 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 #0871DC is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 113 220 -
CMYK 0.96 0.49 0 0.14
HSL 210.28º 0.93% 0.45% -
HSV(B) 210.28º 0.96% 0.86% -
XYZ 18.92 17.03 70 -
YUV 93.8 199.21 66.8 -
System Red Green Blue C M Y K H S L
Decimal 8 113 220 0.96 0.49 0 0.14 210.28 0.93 0.45
Hex 8 71 DC 60 31 0 E D2 5D 2D
Octal 10 161 334 140 61 0 16 322 135 55
Binary 1000 1110001 11011100 1100000 110001 0 1110 11010010 1011101 101101

Color Harmonies of #0871DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871DC

Black with #0871DC

Text Example


Text Example

White with #0871DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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