#1866EA

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

Shades of Navy Blue #1866EA

Tints of Navy Blue #1866EA

Color information

#1866EA (or 0x1866EA) is unknown color: approx Navy Blue. HEX triplet: 18, 66 and EA. RGB value is (24,102,234). Sum of RGB (Red+Green+Blue) = 24+102+234=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #1866EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1866EA is #E79915. Grayscale: #5D5D5D. Windows color (decimal): -15178006 or 15361560. OLE color: 15361560.

HSL color Cylindrical-coordinate representation of color #1866EA: hue angle of 217.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1866EA is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB24102234-
CMYK0.900.5600.08
HSL217.71º83.33%50.59%-
HSV(B)217.71º89.74%91.76%-
XYZ19.9815.6479.81-
YUV93.73207.1678.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.67%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 234 (91.80% from 255) = 65%
R=6.67%
G=28.33%
B=65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal241022340.900.5600.08217.7183.3350.59
Hex1866EA5A3808da5333
Octal301463521327001033212363
Binary11000110011011101010101101011100001000110110101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1866EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1866EA; }

 p { color: rgb(24,102,234); }

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

<style>
 a { background-color: #1866EA; }

 a { background-color: rgb(24,102,234); }

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

<style>
 span { border-color: #1866EA; }

 span { border-color: rgb(24,102,234); }

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