Html Css Color HEX #086CE1 Navy Blue

📋 copy color: '#086CE1'

red 8 ◦ green 108 ◦ blue 225

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

Shades of Navy Blue #086CE1

Tints of Navy Blue #086CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 65.98%

R = 2.35%
G = 31.67%
B = 65.98%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#086CE1 (or 0x086CE1) is known color: Navy Blue. HEX triplet: 08, 6C and E1. RGB value is (8,108,225). Sum of RGB (Red+Green+Blue) = 8+108+225=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #086CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CE1 is #F7931E. Grayscale: #5A5A5A. Windows color (decimal): -16225055 or 14773256. OLE color: 14773256.

HSL color Cylindrical-coordinate representation of color #086CE1: hue angle of 212.35º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CE1 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 108 225 -
CMYK 0.96 0.52 0 0.12
HSL 212.35º 0.93% 0.46% -
HSV(B) 212.35º 0.96% 0.88% -
XYZ 19.05 16.21 73.36 -
YUV 91.44 203.37 68.49 -
System Red Green Blue C M Y K H S L
Decimal 8 108 225 0.96 0.52 0 0.12 212.35 0.93 0.46
Hex 8 6C E1 60 34 0 C D4 5D 2E
Octal 10 154 341 140 64 0 14 324 135 56
Binary 1000 1101100 11100001 1100000 110100 0 1100 11010100 1011101 101110

Color Harmonies of #086CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CE1

Black with #086CE1

Text Example


Text Example

White with #086CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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