#185FEC

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

Shades of Navy Blue #185FEC

Tints of Navy Blue #185FEC

Color information

#185FEC (or 0x185FEC) is unknown color: approx Navy Blue. HEX triplet: 18, 5F and EC. RGB value is (24,95,236). Sum of RGB (Red+Green+Blue) = 24+95+236=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #185FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FEC is #E7A013. Grayscale: #595959. Windows color (decimal): -15179796 or 15490840. OLE color: 15490840.

HSL color Cylindrical-coordinate representation of color #185FEC: hue angle of 219.91º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185FEC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2495236-
CMYK0.900.6000.07
HSL219.91º84.8%50.98%-
HSV(B)219.91º89.83%92.55%-
XYZ19.6114.4381.11-
YUV89.84210.4881.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.76%
GREEN value IS 95 (37.5% from 255) = 26.76%
BLUE value IS 236 (92.58% from 255) = 66.48%
R=6.76%
G=26.76%
B=66.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal24952360.900.6000.07219.9184.850.98
Hex185FEC5A3C07dc5533
Octal30137354132740733412563
Binary1100010111111110110010110101111000111110111001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185FEC; }

 p { color: rgb(24,95,236); }

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

<style>
 a { background-color: #185FEC; }

 a { background-color: rgb(24,95,236); }

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

<style>
 span { border-color: #185FEC; }

 span { border-color: rgb(24,95,236); }

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