#087CD7

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

Shades of Navy Blue #087CD7

Tints of Navy Blue #087CD7

Color information

#087CD7 (or 0x087CD7) is unknown color: approx Navy Blue. HEX triplet: 08, 7C and D7. RGB value is (8,124,215). Sum of RGB (Red+Green+Blue) = 8+124+215=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 215 (84.38% from 255 or 61.96% from 347); Max value from RGB is 215 - color contains mainly: blue. Hex color #087CD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CD7 is #F78328. Grayscale: #636363. Windows color (decimal): -16220969 or 14121992. OLE color: 14121992.

HSL color Cylindrical-coordinate representation of color #087CD7: hue angle of 206.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CD7 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8124215-
CMYK0.960.4200.16
HSL206.38º92.83%43.73%-
HSV(B)206.38º96.28%84.31%-
XYZ19.5719.3767-
YUV99.69193.0762.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.31%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 215 (84.38% from 255) = 61.96%
R=2.31%
G=35.73%
B=61.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81242150.960.4200.16206.3892.8343.73
Hex87CD7602A010ce5d2c
Octal101743271405202031613554
Binary10001111100110101111100000101010010000110011101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,124,215); }

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

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

 a { background-color: rgb(8,124,215); }

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

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

 span { border-color: rgb(8,124,215); }

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