Html Css Color HEX #086AED Navy Blue

📋 copy color: '#086AED'

red 8 ◦ green 106 ◦ blue 237

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

Shades of Navy Blue #086AED

Tints of Navy Blue #086AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 2.28%
G = 30.2%
B = 67.52%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#086AED (or 0x086AED) is known color: Navy Blue. HEX triplet: 08, 6A and ED. RGB value is (8,106,237). Sum of RGB (Red+Green+Blue) = 8+106+237=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #086AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086AED is #F79512. Grayscale: #5B5B5B. Windows color (decimal): -16225555 or 15559176. OLE color: 15559176.

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

Color convert

RGB 8 106 237 -
CMYK 0.97 0.55 0 0.07
HSL 214.32º 0.93% 0.48% -
HSV(B) 214.32º 0.97% 0.93% -
XYZ 20.54 16.47 82.22 -
YUV 91.63 210.03 68.35 -
System Red Green Blue C M Y K H S L
Decimal 8 106 237 0.97 0.55 0 0.07 214.32 0.93 0.48
Hex 8 6A ED 61 37 0 7 D6 5D 30
Octal 10 152 355 141 67 0 7 326 135 60
Binary 1000 1101010 11101101 1100001 110111 0 111 11010110 1011101 110000

Color Harmonies of #086AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086AED

Black with #086AED

Text Example


Text Example

White with #086AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,106,237); }

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

background-color css

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

 a { background-color: rgb(8,106,237); }

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

border-color css

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

 span { border-color: rgb(8,106,237); }

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