#1816BA

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

Shades of Medium Blue #1816BA

Tints of Medium Blue #1816BA

Color information

#1816BA (or 0x1816BA) is unknown color: approx Medium Blue. HEX triplet: 18, 16 and BA. RGB value is (24,22,186). Sum of RGB (Red+Green+Blue) = 24+22+186=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #1816BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1816BA is #E7E945. Grayscale: #282828. Windows color (decimal): -15198534 or 12195352. OLE color: 12195352.

HSL color Cylindrical-coordinate representation of color #1816BA: hue angle of 240.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1816BA is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2422186-
CMYK0.870.8800.27
HSL240.73º78.85%40.78%-
HSV(B)240.73º88.17%72.94%-
XYZ9.534.3146.78-
YUV41.29209.66115.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.34%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 186 (73.05% from 255) = 80.17%
R=10.34%
G=9.48%
B=80.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24221860.870.8800.27240.7378.8540.78
Hex1816BA575801Bf14f29
Octal302627212713003336111751
Binary11000101101011101010101111011000011011111100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1816BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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