Html Css Color HEX #0877DC Navy Blue

📋 copy color: '#0877DC'

red 8 ◦ green 119 ◦ blue 220

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

Shades of Navy Blue #0877DC

Tints of Navy Blue #0877DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

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

R = 2.31%
G = 34.29%
B = 63.4%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0877DC (or 0x0877DC) is known color: Navy Blue. HEX triplet: 08, 77 and DC. RGB value is (8,119,220). Sum of RGB (Red+Green+Blue) = 8+119+220=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #0877DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0877DC is #F78823. Grayscale: #606060. Windows color (decimal): -16222244 or 14448392. OLE color: 14448392.

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

Color convert

RGB 8 119 220 -
CMYK 0.96 0.46 0 0.14
HSL 208.58º 0.93% 0.45% -
HSV(B) 208.58º 0.96% 0.86% -
XYZ 19.62 18.41 70.23 -
YUV 97.33 197.23 64.29 -
System Red Green Blue C M Y K H S L
Decimal 8 119 220 0.96 0.46 0 0.14 208.58 0.93 0.45
Hex 8 77 DC 60 2E 0 E D1 5D 2D
Octal 10 167 334 140 56 0 16 321 135 55
Binary 1000 1110111 11011100 1100000 101110 0 1110 11010001 1011101 101101

Color Harmonies of #0877DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0877DC

Black with #0877DC

Text Example


Text Example

White with #0877DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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