#087ED1

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

Shades of Navy Blue #087ED1

Tints of Navy Blue #087ED1

Color information

#087ED1 (or 0x087ED1) is unknown color: approx Navy Blue. HEX triplet: 08, 7E and D1. RGB value is (8,126,209). Sum of RGB (Red+Green+Blue) = 8+126+209=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 209 (82.03% from 255 or 60.93% from 343); Max value from RGB is 209 - color contains mainly: blue. Hex color #087ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ED1 is #F7812E. Grayscale: #636363. Windows color (decimal): -16220463 or 13729288. OLE color: 13729288.

HSL color Cylindrical-coordinate representation of color #087ED1: hue angle of 204.78º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ED1 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8126209-
CMYK0.960.4000.18
HSL204.78º92.63%42.55%-
HSV(B)204.78º96.17%81.96%-
XYZ19.0719.5863.1-
YUV100.18189.4162.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.33%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 209 (82.03% from 255) = 60.93%
R=2.33%
G=36.73%
B=60.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81262090.960.4000.18204.7892.6342.55
Hex87ED16028012cd5d2b
Octal101763211405002231513553
Binary10001111110110100011100000101000010010110011011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087ED1; }

 p { color: rgb(8,126,209); }

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

<style>
 a { background-color: #087ED1; }

 a { background-color: rgb(8,126,209); }

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

<style>
 span { border-color: #087ED1; }

 span { border-color: rgb(8,126,209); }

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