#0877E5

Color #0877E5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0877E5

Tints of Navy Blue #0877E5

Color information

#0877E5 (or 0x0877E5) is unknown color: approx Navy Blue. HEX triplet: 08, 77 and E5. RGB value is (8,119,229). Sum of RGB (Red+Green+Blue) = 8+119+229=356 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #0877E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0877E5 is #F7881A. Grayscale: #616161. Windows color (decimal): -16222235 or 15038216. OLE color: 15038216.

HSL color Cylindrical-coordinate representation of color #0877E5: hue angle of 209.86º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0877E5 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8119229-
CMYK0.970.4800.10
HSL209.86º93.25%46.47%-
HSV(B)209.86º96.51%89.8%-
XYZ20.8418.976.68-
YUV98.35201.7363.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.25%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 229 (89.84% from 255) = 64.33%
R=2.25%
G=33.43%
B=64.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal81192290.970.4800.10209.8693.2546.47
Hex877E561300Ad25d2e
Octal101673451416001232213556
Binary1000111011111100101110000111000001010110100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0877E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0877E5;
 }
 .AnyTagClassName
 {
   color: #0877E5;
 }
</style>
background-color css

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

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

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

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

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

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