Html Css Color HEX #087ED6 Navy Blue

📋 copy color: '#087ED6'

red 8 ◦ green 126 ◦ blue 214

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

Shades of Navy Blue #087ED6

Tints of Navy Blue #087ED6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

 BLUE value IS 214 (83.98% from 255) = 61.49%

R = 2.3%
G = 36.21%
B = 61.49%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#087ED6 (or 0x087ED6) is known color: Navy Blue. HEX triplet: 08, 7E and D6. RGB value is (8,126,214). Sum of RGB (Red+Green+Blue) = 8+126+214=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 214 (83.98% from 255 or 61.49% from 348); Max value from RGB is 214 - color contains mainly: blue. Hex color #087ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ED6 is #F78129. Grayscale: #646464. Windows color (decimal): -16220458 or 14056968. OLE color: 14056968.

HSL color Cylindrical-coordinate representation of color #087ED6: hue angle of 205.63º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ED6 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 126 214 -
CMYK 0.96 0.41 0 0.16
HSL 205.63º 0.93% 0.44% -
HSV(B) 205.63º 0.96% 0.84% -
XYZ 19.7 19.83 66.41 -
YUV 100.75 191.91 61.84 -
System Red Green Blue C M Y K H S L
Decimal 8 126 214 0.96 0.41 0 0.16 205.63 0.93 0.44
Hex 8 7E D6 60 29 0 10 CE 5D 2C
Octal 10 176 326 140 51 0 20 316 135 54
Binary 1000 1111110 11010110 1100000 101001 0 10000 11001110 1011101 101100

Color Harmonies of #087ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ED6

Black with #087ED6

Text Example


Text Example

White with #087ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087ED6; }

 p { color: rgb(8,126,214); }

 H1.HeaderClassName
 {
   color: #087ED6;
 }
 .AnyTagClassName
 {
   color: #087ED6;
 }
</style>

background-color css

<style>
 a { background-color: #087ED6; }

 a { background-color: rgb(8,126,214); }

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

border-color css

<style>
 span { border-color: #087ED6; }

 span { border-color: rgb(8,126,214); }

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