#0876E5

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

Shades of Navy Blue #0876E5

Tints of Navy Blue #0876E5

Color information

#0876E5 (or 0x0876E5) is unknown color: approx Navy Blue. HEX triplet: 08, 76 and E5. RGB value is (8,118,229). Sum of RGB (Red+Green+Blue) = 8+118+229=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 229 (89.84% from 255 or 64.51% from 355); Max value from RGB is 229 - color contains mainly: blue. Hex color #0876E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0876E5 is #F7891A. Grayscale: #616161. Windows color (decimal): -16222491 or 15037960. OLE color: 15037960.

HSL color Cylindrical-coordinate representation of color #0876E5: hue angle of 210.14º 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 #0876E5 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8118229-
CMYK0.970.4800.10
HSL210.14º93.25%46.47%-
HSV(B)210.14º96.51%89.8%-
XYZ20.7218.6776.64-
YUV97.76202.0663.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.25%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 229 (89.84% from 255) = 64.51%
R=2.25%
G=33.24%
B=64.51%

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
Decimal81182290.970.4800.10210.1493.2546.47
Hex876E561300Ad25d2e
Octal101663451416001232213556
Binary1000111011011100101110000111000001010110100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0876E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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