Html Css Color HEX #086CEF Navy Blue

📋 copy color: '#086CEF'

red 8 ◦ green 108 ◦ blue 239

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

Shades of Navy Blue #086CEF

Tints of Navy Blue #086CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 2.25%
G = 30.42%
B = 67.32%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#086CEF (or 0x086CEF) is known color: Navy Blue. HEX triplet: 08, 6C and EF. RGB value is (8,108,239). Sum of RGB (Red+Green+Blue) = 8+108+239=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #086CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086CEF is #F79310. Grayscale: #5C5C5C. Windows color (decimal): -16225041 or 15690760. OLE color: 15690760.

HSL color Cylindrical-coordinate representation of color #086CEF: hue angle of 214.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086CEF is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 108 239 -
CMYK 0.97 0.55 0 0.06
HSL 214.03º 0.94% 0.48% -
HSV(B) 214.03º 0.97% 0.94% -
XYZ 21.04 17.01 83.84 -
YUV 93.03 210.37 67.35 -
System Red Green Blue C M Y K H S L
Decimal 8 108 239 0.97 0.55 0 0.06 214.03 0.94 0.48
Hex 8 6C EF 61 37 0 6 D6 5E 30
Octal 10 154 357 141 67 0 6 326 136 60
Binary 1000 1101100 11101111 1100001 110111 0 110 11010110 1011110 110000

Color Harmonies of #086CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CEF

Black with #086CEF

Text Example


Text Example

White with #086CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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