#087FD1

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

Shades of Navy Blue #087FD1

Tints of Navy Blue #087FD1

Color information

#087FD1 (or 0x087FD1) is unknown color: approx Navy Blue. HEX triplet: 08, 7F and D1. RGB value is (8,127,209). Sum of RGB (Red+Green+Blue) = 8+127+209=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 209 (82.03% from 255 or 60.76% from 344); Max value from RGB is 209 - color contains mainly: blue. Hex color #087FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FD1 is #F7802E. Grayscale: #646464. Windows color (decimal): -16220207 or 13729544. OLE color: 13729544.

HSL color Cylindrical-coordinate representation of color #087FD1: hue angle of 204.48º 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 #087FD1 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8127209-
CMYK0.960.3900.18
HSL204.48º92.63%42.55%-
HSV(B)204.48º96.17%81.96%-
XYZ19.219.8363.14-
YUV100.77189.0861.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.33%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 209 (82.03% from 255) = 60.76%
R=2.33%
G=36.92%
B=60.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81272090.960.3900.18204.4892.6342.55
Hex87FD16027012cc5d2b
Octal101773211404702231413553
Binary10001111111110100011100000100111010010110011001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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