#087AD7

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

Shades of Navy Blue #087AD7

Tints of Navy Blue #087AD7

Color information

#087AD7 (or 0x087AD7) is unknown color: approx Navy Blue. HEX triplet: 08, 7A and D7. RGB value is (8,122,215). Sum of RGB (Red+Green+Blue) = 8+122+215=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 215 (84.38% from 255 or 62.32% from 345); Max value from RGB is 215 - color contains mainly: blue. Hex color #087AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087AD7 is #F78528. Grayscale: #626262. Windows color (decimal): -16221481 or 14121480. OLE color: 14121480.

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

Color convert

RGB8122215-
CMYK0.960.4300.16
HSL206.96º92.83%43.73%-
HSV(B)206.96º96.28%84.31%-
XYZ19.3318.8866.92-
YUV98.52193.7363.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.32%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 215 (84.38% from 255) = 62.32%
R=2.32%
G=35.36%
B=62.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81222150.960.4300.16206.9692.8343.73
Hex87AD7602B010cf5d2c
Octal101723271405302031713554
Binary10001111010110101111100000101011010000110011111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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