#1208BC

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

Shades of Medium Blue #1208BC

Tints of Medium Blue #1208BC

Color information

#1208BC (or 0x1208BC) is unknown color: approx Medium Blue. HEX triplet: 12, 08 and BC. RGB value is (18,8,188). Sum of RGB (Red+Green+Blue) = 18+8+188=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #1208BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1208BC is #EDF743. Grayscale: #1E1E1E. Windows color (decimal): -15595332 or 12322834. OLE color: 12322834.

HSL color Cylindrical-coordinate representation of color #1208BC: hue angle of 243.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1208BC is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188188-
CMYK0.900.9600.26
HSL243.33º91.84%38.43%-
HSV(B)243.33º95.74%73.73%-
XYZ9.413.9347.84-
YUV31.51216.31118.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 188 (73.83% from 255) = 87.85%
R=8.41%
G=3.74%
B=87.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881880.900.9600.26243.3391.8438.43
Hex128BC5A6001Af35c26
Octal221027413214003236313446
Binary1001010001011110010110101100000011010111100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1208BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1208BC; }

 p { color: rgb(18,8,188); }

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

<style>
 a { background-color: #1208BC; }

 a { background-color: rgb(18,8,188); }

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

<style>
 span { border-color: #1208BC; }

 span { border-color: rgb(18,8,188); }

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