Html Css Color HEX #087ECE Navy Blue

📋 copy color: '#087ECE'

red 8 ◦ green 126 ◦ blue 206

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

Shades of Navy Blue #087ECE

Tints of Navy Blue #087ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 2.35%
G = 37.06%
B = 60.59%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#087ECE (or 0x087ECE) is known color: Navy Blue. HEX triplet: 08, 7E and CE. RGB value is (8,126,206). Sum of RGB (Red+Green+Blue) = 8+126+206=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #087ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ECE is #F78131. Grayscale: #636363. Windows color (decimal): -16220466 or 13532680. OLE color: 13532680.

HSL color Cylindrical-coordinate representation of color #087ECE: hue angle of 204.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087ECE is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 126 206 -
CMYK 0.96 0.39 0 0.19
HSL 204.24º 0.93% 0.42% -
HSV(B) 204.24º 0.96% 0.81% -
XYZ 18.7 19.43 61.16 -
YUV 99.84 187.91 62.5 -
System Red Green Blue C M Y K H S L
Decimal 8 126 206 0.96 0.39 0 0.19 204.24 0.93 0.42
Hex 8 7E CE 60 27 0 13 CC 5D 2A
Octal 10 176 316 140 47 0 23 314 135 52
Binary 1000 1111110 11001110 1100000 100111 0 10011 11001100 1011101 101010

Color Harmonies of #087ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ECE

Black with #087ECE

Text Example


Text Example

White with #087ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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