Html Css Color HEX #087AE8 Navy Blue

📋 copy color: '#087AE8'

red 8 ◦ green 122 ◦ blue 232

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

Shades of Navy Blue #087AE8

Tints of Navy Blue #087AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 64.09%

R = 2.21%
G = 33.7%
B = 64.09%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#087AE8 (or 0x087AE8) is known color: Navy Blue. HEX triplet: 08, 7A and E8. RGB value is (8,122,232). Sum of RGB (Red+Green+Blue) = 8+122+232=362 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.21% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 232 (91.02% from 255 or 64.09% from 362); Max value from RGB is 232 - color contains mainly: blue. Hex color #087AE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #087AE8 is #F78517. Grayscale: #636363. Windows color (decimal): -16221464 or 15235592. OLE color: 15235592.

HSL color Cylindrical-coordinate representation of color #087AE8: hue angle of 209.46º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #087AE8 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 122 232 -
CMYK 0.97 0.47 0 0.09
HSL 209.46º 0.93% 0.47% -
HSV(B) 209.46º 0.97% 0.91% -
XYZ 21.63 19.8 79.03 -
YUV 100.45 202.23 62.06 -
System Red Green Blue C M Y K H S L
Decimal 8 122 232 0.97 0.47 0 0.09 209.46 0.93 0.47
Hex 8 7A E8 61 2F 0 9 D1 5D 2F
Octal 10 172 350 141 57 0 11 321 135 57
Binary 1000 1111010 11101000 1100001 101111 0 1001 11010001 1011101 101111

Color Harmonies of #087AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087AE8

Black with #087AE8

Text Example


Text Example

White with #087AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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