Html Css Color HEX #087CCC Navy Blue

📋 copy color: '#087CCC'

red 8 ◦ green 124 ◦ blue 204

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

Shades of Navy Blue #087CCC

Tints of Navy Blue #087CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 2.38%
G = 36.9%
B = 60.71%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#087CCC (or 0x087CCC) is known color: Navy Blue. HEX triplet: 08, 7C and CC. RGB value is (8,124,204). Sum of RGB (Red+Green+Blue) = 8+124+204=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #087CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CCC is #F78333. Grayscale: #626262. Windows color (decimal): -16220980 or 13401096. OLE color: 13401096.

HSL color Cylindrical-coordinate representation of color #087CCC: hue angle of 204.49º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087CCC is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 124 204 -
CMYK 0.96 0.39 0 0.2
HSL 204.49º 0.92% 0.42% -
HSV(B) 204.49º 0.96% 0.8% -
XYZ 18.21 18.83 59.8 -
YUV 98.44 187.57 63.5 -
System Red Green Blue C M Y K H S L
Decimal 8 124 204 0.96 0.39 0 0.2 204.49 0.92 0.42
Hex 8 7C CC 60 27 0 14 CC 5C 2A
Octal 10 174 314 140 47 0 24 314 134 52
Binary 1000 1111100 11001100 1100000 100111 0 10100 11001100 1011100 101010

Color Harmonies of #087CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CCC

Black with #087CCC

Text Example


Text Example

White with #087CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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