Html Css Color HEX #087CDB Navy Blue

📋 copy color: '#087CDB'

red 8 ◦ green 124 ◦ blue 219

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

Shades of Navy Blue #087CDB

Tints of Navy Blue #087CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.39%

R = 2.28%
G = 35.33%
B = 62.39%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#087CDB (or 0x087CDB) is known color: Navy Blue. HEX triplet: 08, 7C and DB. RGB value is (8,124,219). Sum of RGB (Red+Green+Blue) = 8+124+219=351 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.28% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #087CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087CDB is #F78324. Grayscale: #636363. Windows color (decimal): -16220965 or 14384136. OLE color: 14384136.

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

Color convert

RGB 8 124 219 -
CMYK 0.96 0.43 0 0.14
HSL 207.01º 0.93% 0.45% -
HSV(B) 207.01º 0.96% 0.86% -
XYZ 20.09 19.58 69.74 -
YUV 100.15 195.07 62.28 -
System Red Green Blue C M Y K H S L
Decimal 8 124 219 0.96 0.43 0 0.14 207.01 0.93 0.45
Hex 8 7C DB 60 2B 0 E CF 5D 2D
Octal 10 174 333 140 53 0 16 317 135 55
Binary 1000 1111100 11011011 1100000 101011 0 1110 11001111 1011101 101101

Color Harmonies of #087CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087CDB

Black with #087CDB

Text Example


Text Example

White with #087CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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