#1C12BA

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

Shades of Medium Blue #1C12BA

Tints of Medium Blue #1C12BA

Color information

#1C12BA (or 0x1C12BA) is unknown color: approx Medium Blue. HEX triplet: 1C, 12 and BA. RGB value is (28,18,186). Sum of RGB (Red+Green+Blue) = 28+18+186=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C12BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C12BA is #E3ED45. Grayscale: #272727. Windows color (decimal): -14937414 or 12194332. OLE color: 12194332.

HSL color Cylindrical-coordinate representation of color #1C12BA: hue angle of 243.57º 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 #1C12BA is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2818186-
CMYK0.850.9000.27
HSL243.57º82.35%40%-
HSV(B)243.57º90.32%72.94%-
XYZ9.564.2246.77-
YUV40.14210.31119.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.07%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 186 (73.05% from 255) = 80.17%
R=12.07%
G=7.76%
B=80.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28181860.850.9000.27243.5782.3540
Hex1C12BA555A01Bf45228
Octal342227212513203336412250
Binary11100100101011101010101011011010011011111101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C12BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C12BA; }

 p { color: rgb(28,18,186); }

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

<style>
 a { background-color: #1C12BA; }

 a { background-color: rgb(28,18,186); }

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

<style>
 span { border-color: #1C12BA; }

 span { border-color: rgb(28,18,186); }

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