#1812B7

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

Shades of Medium Blue #1812B7

Tints of Medium Blue #1812B7

Color information

#1812B7 (or 0x1812B7) is unknown color: approx Medium Blue. HEX triplet: 18, 12 and B7. RGB value is (24,18,183). Sum of RGB (Red+Green+Blue) = 24+18+183=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 183 (71.88% from 255 or 81.33% from 225); Max value from RGB is 183 - color contains mainly: blue. Hex color #1812B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1812B7 is #E7ED48. Grayscale: #252525. Windows color (decimal): -15199561 or 11997720. OLE color: 11997720.

HSL color Cylindrical-coordinate representation of color #1812B7: hue angle of 242.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1812B7 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2418183-
CMYK0.870.9000.28
HSL242.18º82.09%39.41%-
HSV(B)242.18º90.16%71.76%-
XYZ9.144.0545.1-
YUV38.6209.49117.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 183 (71.88% from 255) = 81.33%
R=10.67%
G=8%
B=81.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal24181830.870.9000.28242.1882.0939.41
Hex1812B7575A01Cf25227
Octal302226712713203436212247
Binary11000100101011011110101111011010011100111100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1812B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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