Html Css Color HEX #087FE1 Navy Blue

📋 copy color: '#087FE1'

red 8 ◦ green 127 ◦ blue 225

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

Shades of Navy Blue #087FE1

Tints of Navy Blue #087FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

 BLUE value IS 225 (88.28% from 255) = 62.5%

R = 2.22%
G = 35.28%
B = 62.5%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#087FE1 (or 0x087FE1) is known color: Navy Blue. HEX triplet: 08, 7F and E1. RGB value is (8,127,225). Sum of RGB (Red+Green+Blue) = 8+127+225=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 225 (88.28% from 255 or 62.5% from 360); Max value from RGB is 225 - color contains mainly: blue. Hex color #087FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FE1 is #F7801E. Grayscale: #666666. Windows color (decimal): -16220191 or 14778120. OLE color: 14778120.

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

Color convert

RGB 8 127 225 -
CMYK 0.96 0.44 0 0.12
HSL 207.1º 0.93% 0.46% -
HSV(B) 207.1º 0.96% 0.88% -
XYZ 21.28 20.67 74.1 -
YUV 102.59 197.08 60.53 -
System Red Green Blue C M Y K H S L
Decimal 8 127 225 0.96 0.44 0 0.12 207.1 0.93 0.46
Hex 8 7F E1 60 2C 0 C CF 5D 2E
Octal 10 177 341 140 54 0 14 317 135 56
Binary 1000 1111111 11100001 1100000 101100 0 1100 11001111 1011101 101110

Color Harmonies of #087FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FE1

Black with #087FE1

Text Example


Text Example

White with #087FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,127,225); }

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

background-color css

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

 a { background-color: rgb(8,127,225); }

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

border-color css

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

 span { border-color: rgb(8,127,225); }

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