#1205CC

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

Shades of Medium Blue #1205CC

Tints of Medium Blue #1205CC

Color information

#1205CC (or 0x1205CC) is unknown color: approx Medium Blue. HEX triplet: 12, 05 and CC. RGB value is (18,5,204). Sum of RGB (Red+Green+Blue) = 18+5+204=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 204 (80.08% from 255 or 89.87% from 227); Max value from RGB is 204 - color contains mainly: blue. Hex color #1205CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1205CC is #EDFA33. Grayscale: #1E1E1E. Windows color (decimal): -15596084 or 13370642. OLE color: 13370642.

HSL color Cylindrical-coordinate representation of color #1205CC: hue angle of 243.92º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1205CC is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185204-
CMYK0.910.9800.2
HSL243.92º95.22%40.98%-
HSV(B)243.92º97.55%80%-
XYZ11.24.657.42-
YUV31.57225.31118.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 204 (80.08% from 255) = 89.87%
R=7.93%
G=2.20%
B=89.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852040.910.9800.2243.9295.2240.98
Hex125CC5B62014f45f29
Octal22531413314202436413751
Binary100101011100110010110111100010010100111101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1205CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1205CC; }

 p { color: rgb(18,5,204); }

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

<style>
 a { background-color: #1205CC; }

 a { background-color: rgb(18,5,204); }

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

<style>
 span { border-color: #1205CC; }

 span { border-color: rgb(18,5,204); }

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