Html Css Color HEX #186BDB Navy Blue

📋 copy color: '#186BDB'

red 24 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #186BDB

Tints of Navy Blue #186BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

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

R = 6.86%
G = 30.57%
B = 62.57%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#186BDB (or 0x186BDB) is known color: Navy Blue. HEX triplet: 18, 6B and DB. RGB value is (24,107,219). Sum of RGB (Red+Green+Blue) = 24+107+219=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #186BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186BDB is #E79424. Grayscale: #5E5E5E. Windows color (decimal): -15176741 or 14379800. OLE color: 14379800.

HSL color Cylindrical-coordinate representation of color #186BDB: hue angle of 214.46º 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 #186BDB is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 107 219 -
CMYK 0.89 0.51 0 0.14
HSL 214.46º 0.8% 0.48% -
HSV(B) 214.46º 0.89% 0.86% -
XYZ 18.42 15.82 69.1 -
YUV 94.95 198 77.39 -
System Red Green Blue C M Y K H S L
Decimal 24 107 219 0.89 0.51 0 0.14 214.46 0.8 0.48
Hex 18 6B DB 59 33 0 E D6 50 30
Octal 30 153 333 131 63 0 16 326 120 60
Binary 11000 1101011 11011011 1011001 110011 0 1110 11010110 1010000 110000

Color Harmonies of #186BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186BDB

Black with #186BDB

Text Example


Text Example

White with #186BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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