Html Css Color HEX #087AE0 Navy Blue

📋 copy color: '#087AE0'

red 8 ◦ green 122 ◦ blue 224

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

Shades of Navy Blue #087AE0

Tints of Navy Blue #087AE0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.46%

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

R = 2.26%
G = 34.46%
B = 63.28%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#087AE0 (or 0x087AE0) is known color: Navy Blue. HEX triplet: 08, 7A and E0. RGB value is (8,122,224). Sum of RGB (Red+Green+Blue) = 8+122+224=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #087AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087AE0 is #F7851F. Grayscale: #636363. Windows color (decimal): -16221472 or 14711304. OLE color: 14711304.

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

Color convert

RGB 8 122 224 -
CMYK 0.96 0.46 0 0.12
HSL 208.33º 0.93% 0.45% -
HSV(B) 208.33º 0.96% 0.88% -
XYZ 20.51 19.35 73.18 -
YUV 99.54 198.23 62.71 -
System Red Green Blue C M Y K H S L
Decimal 8 122 224 0.96 0.46 0 0.12 208.33 0.93 0.45
Hex 8 7A E0 60 2E 0 C D0 5D 2D
Octal 10 172 340 140 56 0 14 320 135 55
Binary 1000 1111010 11100000 1100000 101110 0 1100 11010000 1011101 101101

Color Harmonies of #087AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087AE0

Black with #087AE0

Text Example


Text Example

White with #087AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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