Html Css Color HEX #086CC1 Navy Blue

📋 copy color: '#086CC1'

red 8 ◦ green 108 ◦ blue 193

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

Shades of Navy Blue #086CC1

Tints of Navy Blue #086CC1

RGB

 RED value IS 8 (3.52% from 255) = 2.59%

 GREEN value IS 108 (42.58% from 255) = 34.95%

 BLUE value IS 193 (75.78% from 255) = 62.46%

R = 2.59%
G = 34.95%
B = 62.46%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#086CC1 (or 0x086CC1) is known color: Navy Blue. HEX triplet: 08, 6C and C1. RGB value is (8,108,193). Sum of RGB (Red+Green+Blue) = 8+108+193=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #086CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CC1 is #F7933E. Grayscale: #575757. Windows color (decimal): -16225087 or 12676104. OLE color: 12676104.

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

Color convert

RGB 8 108 193 -
CMYK 0.96 0.44 0 0.24
HSL 207.57º 0.92% 0.39% -
HSV(B) 207.57º 0.96% 0.76% -
XYZ 15.09 14.63 52.48 -
YUV 87.79 187.37 71.09 -
System Red Green Blue C M Y K H S L
Decimal 8 108 193 0.96 0.44 0 0.24 207.57 0.92 0.39
Hex 8 6C C1 60 2C 0 18 D0 5C 27
Octal 10 154 301 140 54 0 30 320 134 47
Binary 1000 1101100 11000001 1100000 101100 0 11000 11010000 1011100 100111

Color Harmonies of #086CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CC1

Black with #086CC1

Text Example


Text Example

White with #086CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #086CC1;
 }
 .AnyTagClassName
 {
   color: #086CC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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