Html Css Color HEX #087CC8 Navy Blue

📋 copy color: '#087CC8'

red 8 ◦ green 124 ◦ blue 200

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

Shades of Navy Blue #087CC8

Tints of Navy Blue #087CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.24%

R = 2.41%
G = 37.35%
B = 60.24%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#087CC8 (or 0x087CC8) is known color: Navy Blue. HEX triplet: 08, 7C and C8. RGB value is (8,124,200). Sum of RGB (Red+Green+Blue) = 8+124+200=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 200 (78.52% from 255 or 60.24% from 332); Max value from RGB is 200 - color contains mainly: blue. Hex color #087CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CC8 is #F78337. Grayscale: #616161. Windows color (decimal): -16220984 or 13138952. OLE color: 13138952.

HSL color Cylindrical-coordinate representation of color #087CC8: hue angle of 203.75º 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 #087CC8 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 8 124 200 -
CMYK 0.96 0.38 0 0.22
HSL 203.75º 0.92% 0.41% -
HSV(B) 203.75º 0.96% 0.78% -
XYZ 17.73 18.64 57.31 -
YUV 97.98 185.57 63.82 -
System Red Green Blue C M Y K H S L
Decimal 8 124 200 0.96 0.38 0 0.22 203.75 0.92 0.41
Hex 8 7C C8 60 26 0 16 CC 5C 29
Octal 10 174 310 140 46 0 26 314 134 51
Binary 1000 1111100 11001000 1100000 100110 0 10110 11001100 1011100 101001

Color Harmonies of #087CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CC8

Black with #087CC8

Text Example


Text Example

White with #087CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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