Html Css Color HEX #087BCD Navy Blue

📋 copy color: '#087BCD'

red 8 ◦ green 123 ◦ blue 205

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

Shades of Navy Blue #087BCD

Tints of Navy Blue #087BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.61%

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

R = 2.38%
G = 36.61%
B = 61.01%

CMYK

 C value IS 0.96

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#087BCD (or 0x087BCD) is known color: Navy Blue. HEX triplet: 08, 7B and CD. RGB value is (8,123,205). Sum of RGB (Red+Green+Blue) = 8+123+205=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #087BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BCD is #F78432. Grayscale: #616161. Windows color (decimal): -16221235 or 13466376. OLE color: 13466376.

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

Color convert

RGB 8 123 205 -
CMYK 0.96 0.4 0 0.20
HSL 204.97º 0.92% 0.42% -
HSV(B) 204.97º 0.96% 0.8% -
XYZ 18.2 18.63 60.39 -
YUV 97.96 188.4 63.83 -
System Red Green Blue C M Y K H S L
Decimal 8 123 205 0.96 0.4 0 0.20 204.97 0.92 0.42
Hex 8 7B CD 60 28 0 14 CD 5C 2A
Octal 10 173 315 140 50 0 24 315 134 52
Binary 1000 1111011 11001101 1100000 101000 0 10100 11001101 1011100 101010

Color Harmonies of #087BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BCD

Black with #087BCD

Text Example


Text Example

White with #087BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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