Html Css Color HEX #087CCF Navy Blue

📋 copy color: '#087CCF'

red 8 ◦ green 124 ◦ blue 207

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

Shades of Navy Blue #087CCF

Tints of Navy Blue #087CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 2.36%
G = 36.58%
B = 61.06%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#087CCF (or 0x087CCF) is known color: Navy Blue. HEX triplet: 08, 7C and CF. RGB value is (8,124,207). Sum of RGB (Red+Green+Blue) = 8+124+207=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #087CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CCF is #F78330. Grayscale: #626262. Windows color (decimal): -16220977 or 13597704. OLE color: 13597704.

HSL color Cylindrical-coordinate representation of color #087CCF: hue angle of 205.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CCF is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 124 207 -
CMYK 0.96 0.40 0 0.19
HSL 205.03º 0.93% 0.42% -
HSV(B) 205.03º 0.96% 0.81% -
XYZ 18.57 18.97 61.71 -
YUV 98.78 189.07 63.25 -
System Red Green Blue C M Y K H S L
Decimal 8 124 207 0.96 0.40 0 0.19 205.03 0.93 0.42
Hex 8 7C CF 60 28 0 13 CD 5D 2A
Octal 10 174 317 140 50 0 23 315 135 52
Binary 1000 1111100 11001111 1100000 101000 0 10011 11001101 1011101 101010

Color Harmonies of #087CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CCF

Black with #087CCF

Text Example


Text Example

White with #087CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,124,207); }

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

background-color css

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

 a { background-color: rgb(8,124,207); }

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

border-color css

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

 span { border-color: rgb(8,124,207); }

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