Html Css Color HEX #087CCE Navy Blue

📋 copy color: '#087CCE'

red 8 ◦ green 124 ◦ blue 206

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

Shades of Navy Blue #087CCE

Tints of Navy Blue #087CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 2.37%
G = 36.69%
B = 60.95%

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

#087CCE (or 0x087CCE) is known color: Navy Blue. HEX triplet: 08, 7C and CE. RGB value is (8,124,206). Sum of RGB (Red+Green+Blue) = 8+124+206=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #087CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CCE is #F78331. Grayscale: #626262. Windows color (decimal): -16220978 or 13532168. OLE color: 13532168.

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

Color convert

RGB 8 124 206 -
CMYK 0.96 0.40 0 0.19
HSL 204.85º 0.93% 0.42% -
HSV(B) 204.85º 0.96% 0.81% -
XYZ 18.45 18.92 61.07 -
YUV 98.66 188.57 63.33 -
System Red Green Blue C M Y K H S L
Decimal 8 124 206 0.96 0.40 0 0.19 204.85 0.93 0.42
Hex 8 7C CE 60 28 0 13 CD 5D 2A
Octal 10 174 316 140 50 0 23 315 135 52
Binary 1000 1111100 11001110 1100000 101000 0 10011 11001101 1011101 101010

Color Harmonies of #087CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CCE

Black with #087CCE

Text Example


Text Example

White with #087CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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