Html Css Color HEX #087ECD Navy Blue

📋 copy color: '#087ECD'

red 8 ◦ green 126 ◦ blue 205

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

Shades of Navy Blue #087ECD

Tints of Navy Blue #087ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.47%

R = 2.36%
G = 37.17%
B = 60.47%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#087ECD (or 0x087ECD) is known color: Navy Blue. HEX triplet: 08, 7E and CD. RGB value is (8,126,205). Sum of RGB (Red+Green+Blue) = 8+126+205=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #087ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ECD is #F78132. Grayscale: #636363. Windows color (decimal): -16220467 or 13467144. OLE color: 13467144.

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

Color convert

RGB 8 126 205 -
CMYK 0.96 0.39 0 0.20
HSL 204.06º 0.92% 0.42% -
HSV(B) 204.06º 0.96% 0.8% -
XYZ 18.58 19.38 60.52 -
YUV 99.72 187.41 62.58 -
System Red Green Blue C M Y K H S L
Decimal 8 126 205 0.96 0.39 0 0.20 204.06 0.92 0.42
Hex 8 7E CD 60 27 0 14 CC 5C 2A
Octal 10 176 315 140 47 0 24 314 134 52
Binary 1000 1111110 11001101 1100000 100111 0 10100 11001100 1011100 101010

Color Harmonies of #087ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ECD

Black with #087ECD

Text Example


Text Example

White with #087ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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