#186ED5

Color #186ED5 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #186ED5

Tints of Navy Blue #186ED5

Color information

#186ED5 (or 0x186ED5) is unknown color: approx Navy Blue. HEX triplet: 18, 6E and D5. RGB value is (24,110,213). Sum of RGB (Red+Green+Blue) = 24+110+213=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #186ED5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ED5 is #E7912A. Grayscale: #5F5F5F. Windows color (decimal): -15175979 or 13987352. OLE color: 13987352.

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

Color convert

RGB24110213-
CMYK0.890.4800.16
HSL212.7º79.75%46.47%-
HSV(B)212.7º88.73%83.53%-
XYZ17.9616.1565.12-
YUV96.03194.0176.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.92%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 213 (83.59% from 255) = 61.38%
R=6.92%
G=31.70%
B=61.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal241102130.890.4800.16212.779.7546.47
Hex186ED55930010d5502e
Octal301563251316002032512056
Binary110001101110110101011011001110000010000110101011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #186ED5;
 }
 .AnyTagClassName
 {
   color: #186ED5;
 }
</style>
background-color css

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

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

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

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

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

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