Html Css Color HEX #087CC6 Navy Blue

📋 copy color: '#087CC6'

red 8 ◦ green 124 ◦ blue 198

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

Shades of Navy Blue #087CC6

Tints of Navy Blue #087CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 60%

R = 2.42%
G = 37.58%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#087CC6 (or 0x087CC6) is known color: Navy Blue. HEX triplet: 08, 7C and C6. RGB value is (8,124,198). Sum of RGB (Red+Green+Blue) = 8+124+198=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #087CC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CC6 is #F78339. Grayscale: #616161. Windows color (decimal): -16220986 or 13007880. OLE color: 13007880.

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

Color convert

RGB 8 124 198 -
CMYK 0.96 0.37 0 0.22
HSL 203.37º 0.92% 0.4% -
HSV(B) 203.37º 0.96% 0.78% -
XYZ 17.5 18.54 56.08 -
YUV 97.75 184.57 63.98 -
System Red Green Blue C M Y K H S L
Decimal 8 124 198 0.96 0.37 0 0.22 203.37 0.92 0.4
Hex 8 7C C6 60 25 0 16 CB 5C 28
Octal 10 174 306 140 45 0 26 313 134 50
Binary 1000 1111100 11000110 1100000 100101 0 10110 11001011 1011100 101000

Color Harmonies of #087CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CC6

Black with #087CC6

Text Example


Text Example

White with #087CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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