Html Css Color HEX #0877D8 Navy Blue

📋 copy color: '#0877D8'

red 8 ◦ green 119 ◦ blue 216

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

Shades of Navy Blue #0877D8

Tints of Navy Blue #0877D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 62.97%

R = 2.33%
G = 34.69%
B = 62.97%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0877D8 (or 0x0877D8) is known color: Navy Blue. HEX triplet: 08, 77 and D8. RGB value is (8,119,216). Sum of RGB (Red+Green+Blue) = 8+119+216=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 216 (84.77% from 255 or 62.97% from 343); Max value from RGB is 216 - color contains mainly: blue. Hex color #0877D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0877D8 is #F78827. Grayscale: #606060. Windows color (decimal): -16222248 or 14186248. OLE color: 14186248.

HSL color Cylindrical-coordinate representation of color #0877D8: hue angle of 207.98º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0877D8 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 119 216 -
CMYK 0.96 0.45 0 0.15
HSL 207.98º 0.93% 0.44% -
HSV(B) 207.98º 0.96% 0.85% -
XYZ 19.09 18.2 67.47 -
YUV 96.87 195.23 64.61 -
System Red Green Blue C M Y K H S L
Decimal 8 119 216 0.96 0.45 0 0.15 207.98 0.93 0.44
Hex 8 77 D8 60 2D 0 F D0 5D 2C
Octal 10 167 330 140 55 0 17 320 135 54
Binary 1000 1110111 11011000 1100000 101101 0 1111 11010000 1011101 101100

Color Harmonies of #0877D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0877D8

Black with #0877D8

Text Example


Text Example

White with #0877D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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