Html Css Color HEX #086CEA Navy Blue

📋 copy color: '#086CEA'

red 8 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #086CEA

Tints of Navy Blue #086CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 2.29%
G = 30.86%
B = 66.86%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#086CEA (or 0x086CEA) is known color: Navy Blue. HEX triplet: 08, 6C and EA. RGB value is (8,108,234). Sum of RGB (Red+Green+Blue) = 8+108+234=350 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.29% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #086CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086CEA is #F79315. Grayscale: #5B5B5B. Windows color (decimal): -16225046 or 15363080. OLE color: 15363080.

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

Color convert

RGB 8 108 234 -
CMYK 0.97 0.54 0 0.08
HSL 213.45º 0.93% 0.47% -
HSV(B) 213.45º 0.97% 0.92% -
XYZ 20.31 16.72 80 -
YUV 92.46 207.87 67.75 -
System Red Green Blue C M Y K H S L
Decimal 8 108 234 0.97 0.54 0 0.08 213.45 0.93 0.47
Hex 8 6C EA 61 36 0 8 D5 5D 2F
Octal 10 154 352 141 66 0 10 325 135 57
Binary 1000 1101100 11101010 1100001 110110 0 1000 11010101 1011101 101111

Color Harmonies of #086CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086CEA

Black with #086CEA

Text Example


Text Example

White with #086CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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