#1816E3

Color #1816E3 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1816E3

Tints of Medium Blue #1816E3

Color information

#1816E3 (or 0x1816E3) is unknown color: approx Medium Blue. HEX triplet: 18, 16 and E3. RGB value is (24,22,227). Sum of RGB (Red+Green+Blue) = 24+22+227=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 227 (89.06% from 255 or 83.15% from 273); Max value from RGB is 227 - color contains mainly: blue. Hex color #1816E3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1816E3 is #E7E91C. Grayscale: #2D2D2D. Windows color (decimal): -15198493 or 14882328. OLE color: 14882328.

HSL color Cylindrical-coordinate representation of color #1816E3: hue angle of 240.59º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1816E3 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2422227-
CMYK0.890.9000.11
HSL240.59º82.33%48.82%-
HSV(B)240.59º90.31%89.02%-
XYZ14.536.3173.13-
YUV45.97230.16112.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.79%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 227 (89.06% from 255) = 83.15%
R=8.79%
G=8.06%
B=83.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal24222270.890.9000.11240.5982.3348.82
Hex1816E3595A0Bf15231
Octal302634313113201336112261
Binary1100010110111000111011001101101001011111100011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1816E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1816E3; }

 p { color: rgb(24,22,227); }

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

<style>
 a { background-color: #1816E3; }

 a { background-color: rgb(24,22,227); }

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

<style>
 span { border-color: #1816E3; }

 span { border-color: rgb(24,22,227); }

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