Html Css Color HEX #087BE2 Navy Blue

📋 copy color: '#087BE2'

red 8 ◦ green 123 ◦ blue 226

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

Shades of Navy Blue #087BE2

Tints of Navy Blue #087BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 63.31%

R = 2.24%
G = 34.45%
B = 63.31%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#087BE2 (or 0x087BE2) is known color: Navy Blue. HEX triplet: 08, 7B and E2. RGB value is (8,123,226). Sum of RGB (Red+Green+Blue) = 8+123+226=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #087BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BE2 is #F7841D. Grayscale: #636363. Windows color (decimal): -16221214 or 14842632. OLE color: 14842632.

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

Color convert

RGB 8 123 226 -
CMYK 0.96 0.46 0 0.11
HSL 208.35º 0.93% 0.46% -
HSV(B) 208.35º 0.96% 0.89% -
XYZ 20.91 19.71 74.65 -
YUV 100.36 198.9 62.12 -
System Red Green Blue C M Y K H S L
Decimal 8 123 226 0.96 0.46 0 0.11 208.35 0.93 0.46
Hex 8 7B E2 60 2E 0 B D0 5D 2E
Octal 10 173 342 140 56 0 13 320 135 56
Binary 1000 1111011 11100010 1100000 101110 0 1011 11010000 1011101 101110

Color Harmonies of #087BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BE2

Black with #087BE2

Text Example


Text Example

White with #087BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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