Html Css Color HEX #186DD9 Navy Blue

📋 copy color: '#186DD9'

red 24 ◦ green 109 ◦ blue 217

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

Shades of Navy Blue #186DD9

Tints of Navy Blue #186DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 62%

R = 6.86%
G = 31.14%
B = 62%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#186DD9 (or 0x186DD9) is known color: Navy Blue. HEX triplet: 18, 6D and D9. RGB value is (24,109,217). Sum of RGB (Red+Green+Blue) = 24+109+217=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 217 (85.16% from 255 or 62% from 350); Max value from RGB is 217 - color contains mainly: blue. Hex color #186DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186DD9 is #E79226. Grayscale: #5F5F5F. Windows color (decimal): -15176231 or 14249240. OLE color: 14249240.

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

Color convert

RGB 24 109 217 -
CMYK 0.89 0.50 0 0.15
HSL 213.58º 0.8% 0.47% -
HSV(B) 213.58º 0.89% 0.85% -
XYZ 18.37 16.14 67.79 -
YUV 95.9 196.34 76.72 -
System Red Green Blue C M Y K H S L
Decimal 24 109 217 0.89 0.50 0 0.15 213.58 0.8 0.47
Hex 18 6D D9 59 32 0 F D6 50 2F
Octal 30 155 331 131 62 0 17 326 120 57
Binary 11000 1101101 11011001 1011001 110010 0 1111 11010110 1010000 101111

Color Harmonies of #186DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186DD9

Black with #186DD9

Text Example


Text Example

White with #186DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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