#186EE5

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

Shades of Navy Blue #186EE5

Tints of Navy Blue #186EE5

Color information

#186EE5 (or 0x186EE5) is unknown color: approx Navy Blue. HEX triplet: 18, 6E and E5. RGB value is (24,110,229). Sum of RGB (Red+Green+Blue) = 24+110+229=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #186EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186EE5 is #E7911A. Grayscale: #616161. Windows color (decimal): -15175963 or 15035928. OLE color: 15035928.

HSL color Cylindrical-coordinate representation of color #186EE5: hue angle of 214.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186EE5 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB24110229-
CMYK0.900.5200.10
HSL214.83º81.03%49.61%-
HSV(B)214.83º89.52%89.8%-
XYZ20.11776.35-
YUV97.85202.0175.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.61%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 229 (89.84% from 255) = 63.09%
R=6.61%
G=30.30%
B=63.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal241102290.900.5200.10214.8381.0349.61
Hex186EE55A340Ad75132
Octal301563451326401232712162
Binary11000110111011100101101101011010001010110101111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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