#1812BD

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

Shades of Medium Blue #1812BD

Tints of Medium Blue #1812BD

Color information

#1812BD (or 0x1812BD) is unknown color: approx Medium Blue. HEX triplet: 18, 12 and BD. RGB value is (24,18,189). Sum of RGB (Red+Green+Blue) = 24+18+189=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #1812BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1812BD is #E7ED42. Grayscale: #262626. Windows color (decimal): -15199555 or 12390936. OLE color: 12390936.

HSL color Cylindrical-coordinate representation of color #1812BD: hue angle of 242.11º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1812BD is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2418189-
CMYK0.870.9000.26
HSL242.11º82.61%40.59%-
HSV(B)242.11º90.48%74.12%-
XYZ9.784.348.46-
YUV39.29212.49117.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 189 (74.22% from 255) = 81.82%
R=10.39%
G=7.79%
B=81.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24181890.870.9000.26242.1182.6140.59
Hex1812BD575A01Af25329
Octal302227512713203236212351
Binary11000100101011110110101111011010011010111100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1812BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1812BD; }

 p { color: rgb(24,18,189); }

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

<style>
 a { background-color: #1812BD; }

 a { background-color: rgb(24,18,189); }

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

<style>
 span { border-color: #1812BD; }

 span { border-color: rgb(24,18,189); }

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