#087ACD

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

Shades of Navy Blue #087ACD

Tints of Navy Blue #087ACD

Color information

#087ACD (or 0x087ACD) is unknown color: approx Navy Blue. HEX triplet: 08, 7A and CD. RGB value is (8,122,205). Sum of RGB (Red+Green+Blue) = 8+122+205=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #087ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ACD is #F78532. Grayscale: #606060. Windows color (decimal): -16221491 or 13466120. OLE color: 13466120.

HSL color Cylindrical-coordinate representation of color #087ACD: hue angle of 205.28º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ACD is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8122205-
CMYK0.960.4000.20
HSL205.28º92.49%41.76%-
HSV(B)205.28º96.1%80.39%-
XYZ18.0818.3860.35-
YUV97.38188.7364.25-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.39%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 205 (80.47% from 255) = 61.19%
R=2.39%
G=36.42%
B=61.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81222050.960.4000.20205.2892.4941.76
Hex87ACD6028014cd5c2a
Octal101723151405002431513452
Binary10001111010110011011100000101000010100110011011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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