Html Css Color HEX #086CE9 Navy Blue

📋 copy color: '#086CE9'

red 8 ◦ green 108 ◦ blue 233

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

Shades of Navy Blue #086CE9

Tints of Navy Blue #086CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 66.76%

R = 2.29%
G = 30.95%
B = 66.76%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#086CE9 (or 0x086CE9) is known color: Navy Blue. HEX triplet: 08, 6C and E9. RGB value is (8,108,233). Sum of RGB (Red+Green+Blue) = 8+108+233=349 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 233 (91.41% from 255 or 66.76% from 349); Max value from RGB is 233 - color contains mainly: blue. Hex color #086CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086CE9 is #F79316. Grayscale: #5B5B5B. Windows color (decimal): -16225047 or 15297544. OLE color: 15297544.

HSL color Cylindrical-coordinate representation of color #086CE9: hue angle of 213.33º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086CE9 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 108 233 -
CMYK 0.97 0.54 0 0.09
HSL 213.33º 0.93% 0.47% -
HSV(B) 213.33º 0.97% 0.91% -
XYZ 20.17 16.66 79.24 -
YUV 92.35 207.37 67.84 -
System Red Green Blue C M Y K H S L
Decimal 8 108 233 0.97 0.54 0 0.09 213.33 0.93 0.47
Hex 8 6C E9 61 36 0 9 D5 5D 2F
Octal 10 154 351 141 66 0 11 325 135 57
Binary 1000 1101100 11101001 1100001 110110 0 1001 11010101 1011101 101111

Color Harmonies of #086CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CE9

Black with #086CE9

Text Example


Text Example

White with #086CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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