#087CC3

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

Shades of Navy Blue #087CC3

Tints of Navy Blue #087CC3

Color information

#087CC3 (or 0x087CC3) is unknown color: approx Navy Blue. HEX triplet: 08, 7C and C3. RGB value is (8,124,195). Sum of RGB (Red+Green+Blue) = 8+124+195=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 195 (76.56% from 255 or 59.63% from 327); Max value from RGB is 195 - color contains mainly: blue. Hex color #087CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CC3 is #F7833C. Grayscale: #616161. Windows color (decimal): -16220989 or 12811272. OLE color: 12811272.

HSL color Cylindrical-coordinate representation of color #087CC3: hue angle of 202.78º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CC3 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8124195-
CMYK0.960.3600.24
HSL202.78º92.12%39.8%-
HSV(B)202.78º95.9%76.47%-
XYZ17.1618.4154.28-
YUV97.41183.0764.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.45%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 195 (76.56% from 255) = 59.63%
R=2.45%
G=37.92%
B=59.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81241950.960.3600.24202.7892.1239.8
Hex87CC36024018cb5c28
Octal101743031404403031313450
Binary10001111100110000111100000100100011000110010111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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