#086CBC

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

Shades of Navy Blue #086CBC

Tints of Navy Blue #086CBC

Color information

#086CBC (or 0x086CBC) is unknown color: approx Navy Blue. HEX triplet: 08, 6C and BC. RGB value is (8,108,188). Sum of RGB (Red+Green+Blue) = 8+108+188=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #086CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CBC is #F79343. Grayscale: #565656. Windows color (decimal): -16225092 or 12348424. OLE color: 12348424.

HSL color Cylindrical-coordinate representation of color #086CBC: hue angle of 206.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CBC is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8108188-
CMYK0.960.4300.26
HSL206.67º91.84%38.43%-
HSV(B)206.67º95.74%73.73%-
XYZ14.5414.4149.59-
YUV87.22184.8771.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.63%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 188 (73.83% from 255) = 61.84%
R=2.63%
G=35.53%
B=61.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81081880.960.4300.26206.6791.8438.43
Hex86CBC602B01Acf5c26
Octal101542741405303231713446
Binary10001101100101111001100000101011011010110011111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086CBC; }

 p { color: rgb(8,108,188); }

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

<style>
 a { background-color: #086CBC; }

 a { background-color: rgb(8,108,188); }

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

<style>
 span { border-color: #086CBC; }

 span { border-color: rgb(8,108,188); }

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