Html Css Color HEX #186DDB Navy Blue

📋 copy color: '#186DDB'

red 24 ◦ green 109 ◦ blue 219

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

Shades of Navy Blue #186DDB

Tints of Navy Blue #186DDB

RGB

 RED value IS 24 (9.77% from 255) = 6.82%

 GREEN value IS 109 (42.97% from 255) = 30.97%

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

R = 6.82%
G = 30.97%
B = 62.22%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#186DDB (or 0x186DDB) is known color: Navy Blue. HEX triplet: 18, 6D and DB. RGB value is (24,109,219). Sum of RGB (Red+Green+Blue) = 24+109+219=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #186DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DDB is #E79224. Grayscale: #5F5F5F. Windows color (decimal): -15176229 or 14380312. OLE color: 14380312.

HSL color Cylindrical-coordinate representation of color #186DDB: hue angle of 213.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #186DDB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 109 219 -
CMYK 0.89 0.50 0 0.14
HSL 213.85º 0.8% 0.48% -
HSV(B) 213.85º 0.89% 0.86% -
XYZ 18.63 16.25 69.17 -
YUV 96.13 197.34 76.56 -
System Red Green Blue C M Y K H S L
Decimal 24 109 219 0.89 0.50 0 0.14 213.85 0.8 0.48
Hex 18 6D DB 59 32 0 E D6 50 30
Octal 30 155 333 131 62 0 16 326 120 60
Binary 11000 1101101 11011011 1011001 110010 0 1110 11010110 1010000 110000

Color Harmonies of #186DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186DDB

Black with #186DDB

Text Example


Text Example

White with #186DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186DDB; }

 p { color: rgb(24,109,219); }

 H1.HeaderClassName
 {
   color: #186DDB;
 }
 .AnyTagClassName
 {
   color: #186DDB;
 }
</style>

background-color css

<style>
 a { background-color: #186DDB; }

 a { background-color: rgb(24,109,219); }

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

border-color css

<style>
 span { border-color: #186DDB; }

 span { border-color: rgb(24,109,219); }

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