Html Css Color HEX #086FC0 Navy Blue

📋 copy color: '#086FC0'

red 8 ◦ green 111 ◦ blue 192

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

Shades of Navy Blue #086FC0

Tints of Navy Blue #086FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.69%

 BLUE value IS 192 (75.39% from 255) = 61.74%

R = 2.57%
G = 35.69%
B = 61.74%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#086FC0 (or 0x086FC0) is known color: Navy Blue. HEX triplet: 08, 6F and C0. RGB value is (8,111,192). Sum of RGB (Red+Green+Blue) = 8+111+192=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #086FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FC0 is #F7903F. Grayscale: #595959. Windows color (decimal): -16224320 or 12611336. OLE color: 12611336.

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

Color convert

RGB 8 111 192 -
CMYK 0.96 0.42 0 0.25
HSL 206.41º 0.92% 0.39% -
HSV(B) 206.41º 0.96% 0.75% -
XYZ 15.3 15.23 52 -
YUV 89.44 185.88 69.91 -
System Red Green Blue C M Y K H S L
Decimal 8 111 192 0.96 0.42 0 0.25 206.41 0.92 0.39
Hex 8 6F C0 60 2A 0 19 CE 5C 27
Octal 10 157 300 140 52 0 31 316 134 47
Binary 1000 1101111 11000000 1100000 101010 0 11001 11001110 1011100 100111

Color Harmonies of #086FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086FC0

Black with #086FC0

Text Example


Text Example

White with #086FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,111,192); }

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

background-color css

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

 a { background-color: rgb(8,111,192); }

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

border-color css

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

 span { border-color: rgb(8,111,192); }

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