#1C15BA

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

Shades of Medium Blue #1C15BA

Tints of Medium Blue #1C15BA

Color information

#1C15BA (or 0x1C15BA) is unknown color: approx Medium Blue. HEX triplet: 1C, 15 and BA. RGB value is (28,21,186). Sum of RGB (Red+Green+Blue) = 28+21+186=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C15BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C15BA is #E3EA45. Grayscale: #292929. Windows color (decimal): -14936646 or 12195100. OLE color: 12195100.

HSL color Cylindrical-coordinate representation of color #1C15BA: hue angle of 242.55º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C15BA is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2821186-
CMYK0.850.8900.27
HSL242.55º79.71%40.59%-
HSV(B)242.55º88.71%72.94%-
XYZ9.614.3346.78-
YUV41.9209.32118.08-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 186 (73.05% from 255) = 79.15%
R=11.91%
G=8.94%
B=79.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28211860.850.8900.27242.5579.7140.59
Hex1C15BA555901Bf35029
Octal342527212513103336312051
Binary11100101011011101010101011011001011011111100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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