Html Css Color HEX #087ECF Navy Blue

📋 copy color: '#087ECF'

red 8 ◦ green 126 ◦ blue 207

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

Shades of Navy Blue #087ECF

Tints of Navy Blue #087ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 2.35%
G = 36.95%
B = 60.7%

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

#087ECF (or 0x087ECF) is known color: Navy Blue. HEX triplet: 08, 7E and CF. RGB value is (8,126,207). Sum of RGB (Red+Green+Blue) = 8+126+207=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #087ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087ECF is #F78130. Grayscale: #636363. Windows color (decimal): -16220465 or 13598216. OLE color: 13598216.

HSL color Cylindrical-coordinate representation of color #087ECF: hue angle of 204.42º 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 #087ECF is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 126 207 -
CMYK 0.96 0.39 0 0.19
HSL 204.42º 0.93% 0.42% -
HSV(B) 204.42º 0.96% 0.81% -
XYZ 18.82 19.48 61.8 -
YUV 99.95 188.41 62.41 -
System Red Green Blue C M Y K H S L
Decimal 8 126 207 0.96 0.39 0 0.19 204.42 0.93 0.42
Hex 8 7E CF 60 27 0 13 CC 5D 2A
Octal 10 176 317 140 47 0 23 314 135 52
Binary 1000 1111110 11001111 1100000 100111 0 10011 11001100 1011101 101010

Color Harmonies of #087ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087ECF

Black with #087ECF

Text Example


Text Example

White with #087ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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