#0876E9

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

Shades of Navy Blue #0876E9

Tints of Navy Blue #0876E9

Color information

#0876E9 (or 0x0876E9) is unknown color: approx Navy Blue. HEX triplet: 08, 76 and E9. RGB value is (8,118,233). Sum of RGB (Red+Green+Blue) = 8+118+233=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 233 (91.41% from 255 or 64.90% from 359); Max value from RGB is 233 - color contains mainly: blue. Hex color #0876E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0876E9 is #F78916. Grayscale: #616161. Windows color (decimal): -16222487 or 15300104. OLE color: 15300104.

HSL color Cylindrical-coordinate representation of color #0876E9: hue angle of 210.67º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0876E9 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8118233-
CMYK0.970.4900.09
HSL210.67º93.36%47.25%-
HSV(B)210.67º96.57%91.37%-
XYZ21.2918.8979.62-
YUV98.22204.0663.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.23%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 233 (91.41% from 255) = 64.90%
R=2.23%
G=32.87%
B=64.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81182330.970.4900.09210.6793.3647.25
Hex876E9613109d35d2f
Octal101663511416101132313557
Binary1000111011011101001110000111000101001110100111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0876E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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