#1866E7

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

Shades of Navy Blue #1866E7

Tints of Navy Blue #1866E7

Color information

#1866E7 (or 0x1866E7) is unknown color: approx Navy Blue. HEX triplet: 18, 66 and E7. RGB value is (24,102,231). Sum of RGB (Red+Green+Blue) = 24+102+231=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 231 (90.62% from 255 or 64.71% from 357); Max value from RGB is 231 - color contains mainly: blue. Hex color #1866E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1866E7 is #E79918. Grayscale: #5C5C5C. Windows color (decimal): -15178009 or 15164952. OLE color: 15164952.

HSL color Cylindrical-coordinate representation of color #1866E7: hue angle of 217.39º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1866E7 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB24102231-
CMYK0.900.5600.09
HSL217.39º81.18%50%-
HSV(B)217.39º89.61%90.59%-
XYZ19.5515.4777.56-
YUV93.38205.6678.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.72%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 231 (90.62% from 255) = 64.71%
R=6.72%
G=28.57%
B=64.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal241022310.900.5600.09217.3981.1850
Hex1866E75A3809d95132
Octal301463471327001133112162
Binary11000110011011100111101101011100001001110110011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1866E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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