Html Css Color HEX #086CBC Navy Blue

📋 copy color: '#086CBC'

red 8 ◦ green 108 ◦ blue 188

#086CBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #086CBC

Tints of Navy Blue #086CBC

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 value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#086CBC (or 0x086CBC) is known color: 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

RGB 8 108 188 -
CMYK 0.96 0.43 0 0.26
HSL 206.67º 0.92% 0.38% -
HSV(B) 206.67º 0.96% 0.74% -
XYZ 14.54 14.41 49.59 -
YUV 87.22 184.87 71.5 -
System Red Green Blue C M Y K H S L
Decimal 8 108 188 0.96 0.43 0 0.26 206.67 0.92 0.38
Hex 8 6C BC 60 2B 0 1A CF 5C 26
Octal 10 154 274 140 53 0 32 317 134 46
Binary 1000 1101100 10111100 1100000 101011 0 11010 11001111 1011100 100110

Color Harmonies of #086CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CBC

Black with #086CBC

Text Example


Text Example

White with #086CBC

Text Example


Text Example

HTML Codes & Css Web 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>