#1862EC

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

Shades of Navy Blue #1862EC

Tints of Navy Blue #1862EC

Color information

#1862EC (or 0x1862EC) is unknown color: approx Navy Blue. HEX triplet: 18, 62 and EC. RGB value is (24,98,236). Sum of RGB (Red+Green+Blue) = 24+98+236=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #1862EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1862EC is #E79D13. Grayscale: #5A5A5A. Windows color (decimal): -15179028 or 15491608. OLE color: 15491608.

HSL color Cylindrical-coordinate representation of color #1862EC: hue angle of 219.06º 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 #1862EC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2498236-
CMYK0.900.5800.07
HSL219.06º84.8%50.98%-
HSV(B)219.06º89.83%92.55%-
XYZ19.8814.9981.2-
YUV91.61209.4879.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.70%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 236 (92.58% from 255) = 65.92%
R=6.70%
G=27.37%
B=65.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal24982360.900.5800.07219.0684.850.98
Hex1862EC5A3A07db5533
Octal30142354132720733312563
Binary1100011000101110110010110101110100111110110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1862EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1862EC; }

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

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

<style>
 a { background-color: #1862EC; }

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

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

<style>
 span { border-color: #1862EC; }

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

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