Html Css Color HEX #087BE0 Navy Blue

📋 copy color: '#087BE0'

red 8 ◦ green 123 ◦ blue 224

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

Shades of Navy Blue #087BE0

Tints of Navy Blue #087BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.65%

 BLUE value IS 224 (87.89% from 255) = 63.1%

R = 2.25%
G = 34.65%
B = 63.1%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#087BE0 (or 0x087BE0) is known color: Navy Blue. HEX triplet: 08, 7B and E0. RGB value is (8,123,224). Sum of RGB (Red+Green+Blue) = 8+123+224=355 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.25% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #087BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BE0 is #F7841F. Grayscale: #636363. Windows color (decimal): -16221216 or 14711560. OLE color: 14711560.

HSL color Cylindrical-coordinate representation of color #087BE0: hue angle of 208.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087BE0 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 123 224 -
CMYK 0.96 0.45 0 0.12
HSL 208.06º 0.93% 0.45% -
HSV(B) 208.06º 0.96% 0.88% -
XYZ 20.64 19.6 73.22 -
YUV 100.13 197.9 62.29 -
System Red Green Blue C M Y K H S L
Decimal 8 123 224 0.96 0.45 0 0.12 208.06 0.93 0.45
Hex 8 7B E0 60 2D 0 C D0 5D 2D
Octal 10 173 340 140 55 0 14 320 135 55
Binary 1000 1111011 11100000 1100000 101101 0 1100 11010000 1011101 101101

Color Harmonies of #087BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BE0

Black with #087BE0

Text Example


Text Example

White with #087BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,123,224); }

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

background-color css

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

 a { background-color: rgb(8,123,224); }

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

border-color css

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

 span { border-color: rgb(8,123,224); }

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