Html Css Color HEX #087FCD Navy Blue

📋 copy color: '#087FCD'

red 8 ◦ green 127 ◦ blue 205

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

Shades of Navy Blue #087FCD

Tints of Navy Blue #087FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 37.35%

 BLUE value IS 205 (80.47% from 255) = 60.29%

R = 2.35%
G = 37.35%
B = 60.29%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#087FCD (or 0x087FCD) is known color: Navy Blue. HEX triplet: 08, 7F and CD. RGB value is (8,127,205). Sum of RGB (Red+Green+Blue) = 8+127+205=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #087FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FCD is #F78032. Grayscale: #636363. Windows color (decimal): -16220211 or 13467400. OLE color: 13467400.

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

Color convert

RGB 8 127 205 -
CMYK 0.96 0.38 0 0.20
HSL 203.76º 0.92% 0.42% -
HSV(B) 203.76º 0.96% 0.8% -
XYZ 18.71 19.64 60.56 -
YUV 100.31 187.08 62.16 -
System Red Green Blue C M Y K H S L
Decimal 8 127 205 0.96 0.38 0 0.20 203.76 0.92 0.42
Hex 8 7F CD 60 26 0 14 CC 5C 2A
Octal 10 177 315 140 46 0 24 314 134 52
Binary 1000 1111111 11001101 1100000 100110 0 10100 11001100 1011100 101010

Color Harmonies of #087FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FCD

Black with #087FCD

Text Example


Text Example

White with #087FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,127,205); }

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

background-color css

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

 a { background-color: rgb(8,127,205); }

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

border-color css

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

 span { border-color: rgb(8,127,205); }

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