#186CE5

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

Shades of Navy Blue #186CE5

Tints of Navy Blue #186CE5

Color information

#186CE5 (or 0x186CE5) is unknown color: approx Navy Blue. HEX triplet: 18, 6C and E5. RGB value is (24,108,229). Sum of RGB (Red+Green+Blue) = 24+108+229=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 229 (89.84% from 255 or 63.43% from 361); Max value from RGB is 229 - color contains mainly: blue. Hex color #186CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186CE5 is #E7931A. Grayscale: #606060. Windows color (decimal): -15176475 or 15035416. OLE color: 15035416.

HSL color Cylindrical-coordinate representation of color #186CE5: hue angle of 215.41º 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 #186CE5 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB24108229-
CMYK0.900.5300.10
HSL215.41º81.03%49.61%-
HSV(B)215.41º89.52%89.8%-
XYZ19.8816.5876.28-
YUV96.68202.6776.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.65%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 229 (89.84% from 255) = 63.43%
R=6.65%
G=29.92%
B=63.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal241082290.900.5300.10215.4181.0349.61
Hex186CE55A350Ad75132
Octal301543451326501232712162
Binary11000110110011100101101101011010101010110101111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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