#1863E9

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

Shades of Navy Blue #1863E9

Tints of Navy Blue #1863E9

Color information

#1863E9 (or 0x1863E9) is unknown color: approx Navy Blue. HEX triplet: 18, 63 and E9. RGB value is (24,99,233). Sum of RGB (Red+Green+Blue) = 24+99+233=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 233 (91.41% from 255 or 65.45% from 356); Max value from RGB is 233 - color contains mainly: blue. Hex color #1863E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1863E9 is #E79C16. Grayscale: #5B5B5B. Windows color (decimal): -15178775 or 15295256. OLE color: 15295256.

HSL color Cylindrical-coordinate representation of color #1863E9: hue angle of 218.47º degrees, saturation: 0.83, 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 #1863E9 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2499233-
CMYK0.900.5800.09
HSL218.47º82.61%50.39%-
HSV(B)218.47º89.7%91.37%-
XYZ19.551578.96-
YUV91.85207.6579.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.74%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 233 (91.41% from 255) = 65.45%
R=6.74%
G=27.81%
B=65.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal24992330.900.5800.09218.4782.6150.39
Hex1863E95A3A09da5332
Octal301433511327201133212362
Binary11000110001111101001101101011101001001110110101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1863E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1863E9; }

 p { color: rgb(24,99,233); }

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

<style>
 a { background-color: #1863E9; }

 a { background-color: rgb(24,99,233); }

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

<style>
 span { border-color: #1863E9; }

 span { border-color: rgb(24,99,233); }

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