Html Css Color HEX #186EDC Navy Blue

📋 copy color: '#186EDC'

red 24 ◦ green 110 ◦ blue 220

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

Shades of Navy Blue #186EDC

Tints of Navy Blue #186EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.07%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 6.78%
G = 31.07%
B = 62.15%

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

#186EDC (or 0x186EDC) is known color: Navy Blue. HEX triplet: 18, 6E and DC. RGB value is (24,110,220). Sum of RGB (Red+Green+Blue) = 24+110+220=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #186EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186EDC is #E79123. Grayscale: #606060. Windows color (decimal): -15175972 or 14446104. OLE color: 14446104.

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

Color convert

RGB 24 110 220 -
CMYK 0.89 0.50 0 0.14
HSL 213.67º 0.8% 0.48% -
HSV(B) 213.67º 0.89% 0.86% -
XYZ 18.87 16.51 69.9 -
YUV 96.83 197.51 76.06 -
System Red Green Blue C M Y K H S L
Decimal 24 110 220 0.89 0.50 0 0.14 213.67 0.8 0.48
Hex 18 6E DC 59 32 0 E D6 50 30
Octal 30 156 334 131 62 0 16 326 120 60
Binary 11000 1101110 11011100 1011001 110010 0 1110 11010110 1010000 110000

Color Harmonies of #186EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186EDC

Black with #186EDC

Text Example


Text Example

White with #186EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,110,220); }

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

background-color css

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

 a { background-color: rgb(24,110,220); }

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

border-color css

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

 span { border-color: rgb(24,110,220); }

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