#1218BB

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

Shades of Medium Blue #1218BB

Tints of Medium Blue #1218BB

Color information

#1218BB (or 0x1218BB) is unknown color: approx Medium Blue. HEX triplet: 12, 18 and BB. RGB value is (18,24,187). Sum of RGB (Red+Green+Blue) = 18+24+187=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 187 (73.44% from 255 or 81.66% from 229); Max value from RGB is 187 - color contains mainly: blue. Hex color #1218BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218BB is #EDE744. Grayscale: #282828. Windows color (decimal): -15591237 or 12261394. OLE color: 12261394.

HSL color Cylindrical-coordinate representation of color #1218BB: hue angle of 237.87º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1218BB is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1824187-
CMYK0.900.8700.27
HSL237.87º82.44%40.2%-
HSV(B)237.87º90.37%73.33%-
XYZ9.554.3747.35-
YUV40.79210.51111.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 187 (73.44% from 255) = 81.66%
R=7.86%
G=10.48%
B=81.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18241870.900.8700.27237.8782.4440.2
Hex1218BB5A5701Bee5228
Octal223027313212703335612250
Binary10010110001011101110110101010111011011111011101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1218BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1218BB; }

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

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

<style>
 a { background-color: #1218BB; }

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

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

<style>
 span { border-color: #1218BB; }

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

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