Html Css Color HEX #087BD1 Navy Blue

📋 copy color: '#087BD1'

red 8 ◦ green 123 ◦ blue 209

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

Shades of Navy Blue #087BD1

Tints of Navy Blue #087BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 61.47%

R = 2.35%
G = 36.18%
B = 61.47%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#087BD1 (or 0x087BD1) is known color: Navy Blue. HEX triplet: 08, 7B and D1. RGB value is (8,123,209). Sum of RGB (Red+Green+Blue) = 8+123+209=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #087BD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087BD1 is #F7842E. Grayscale: #616161. Windows color (decimal): -16221231 or 13728520. OLE color: 13728520.

HSL color Cylindrical-coordinate representation of color #087BD1: hue angle of 205.67º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087BD1 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 123 209 -
CMYK 0.96 0.41 0 0.18
HSL 205.67º 0.93% 0.43% -
HSV(B) 205.67º 0.96% 0.82% -
XYZ 18.69 18.82 62.97 -
YUV 98.42 190.4 63.51 -
System Red Green Blue C M Y K H S L
Decimal 8 123 209 0.96 0.41 0 0.18 205.67 0.93 0.43
Hex 8 7B D1 60 29 0 12 CE 5D 2B
Octal 10 173 321 140 51 0 22 316 135 53
Binary 1000 1111011 11010001 1100000 101001 0 10010 11001110 1011101 101011

Color Harmonies of #087BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BD1

Black with #087BD1

Text Example


Text Example

White with #087BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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