Html Css Color HEX #087FC7 Navy Blue

📋 copy color: '#087FC7'

red 8 ◦ green 127 ◦ blue 199

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

Shades of Navy Blue #087FC7

Tints of Navy Blue #087FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 59.58%

R = 2.4%
G = 38.02%
B = 59.58%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#087FC7 (or 0x087FC7) is known color: Navy Blue. HEX triplet: 08, 7F and C7. RGB value is (8,127,199). Sum of RGB (Red+Green+Blue) = 8+127+199=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 199 (78.12% from 255 or 59.58% from 334); Max value from RGB is 199 - color contains mainly: blue. Hex color #087FC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FC7 is #F78038. Grayscale: #636363. Windows color (decimal): -16220217 or 13074184. OLE color: 13074184.

HSL color Cylindrical-coordinate representation of color #087FC7: hue angle of 202.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087FC7 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 127 199 -
CMYK 0.96 0.36 0 0.22
HSL 202.62º 0.92% 0.41% -
HSV(B) 202.62º 0.96% 0.78% -
XYZ 18 19.35 56.82 -
YUV 99.63 184.08 62.65 -
System Red Green Blue C M Y K H S L
Decimal 8 127 199 0.96 0.36 0 0.22 202.62 0.92 0.41
Hex 8 7F C7 60 24 0 16 CB 5C 29
Octal 10 177 307 140 44 0 26 313 134 51
Binary 1000 1111111 11000111 1100000 100100 0 10110 11001011 1011100 101001

Color Harmonies of #087FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FC7

Black with #087FC7

Text Example


Text Example

White with #087FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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