#1C12D2

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

Shades of Medium Blue #1C12D2

Tints of Medium Blue #1C12D2

Color information

#1C12D2 (or 0x1C12D2) is unknown color: approx Medium Blue. HEX triplet: 1C, 12 and D2. RGB value is (28,18,210). Sum of RGB (Red+Green+Blue) = 28+18+210=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 210 (82.42% from 255 or 82.03% from 256); Max value from RGB is 210 - color contains mainly: blue. Hex color #1C12D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C12D2 is #E3ED2D. Grayscale: #2A2A2A. Windows color (decimal): -14937390 or 13767196. OLE color: 13767196.

HSL color Cylindrical-coordinate representation of color #1C12D2: hue angle of 243.12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C12D2 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2818210-
CMYK0.870.9100.18
HSL243.12º84.21%44.71%-
HSV(B)243.12º91.43%82.35%-
XYZ12.335.3361.35-
YUV42.88222.31117.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.94%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 210 (82.42% from 255) = 82.03%
R=10.94%
G=7.03%
B=82.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal28182100.870.9100.18243.1284.2144.71
Hex1C12D2575B012f3542d
Octal342232212713302236312455
Binary11100100101101001010101111011011010010111100111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C12D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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