#1C15CE

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

Shades of Medium Blue #1C15CE

Tints of Medium Blue #1C15CE

Color information

#1C15CE (or 0x1C15CE) is unknown color: approx Medium Blue. HEX triplet: 1C, 15 and CE. RGB value is (28,21,206). Sum of RGB (Red+Green+Blue) = 28+21+206=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 206 (80.86% from 255 or 80.78% from 255); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C15CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C15CE is #E3EA31. Grayscale: #2B2B2B. Windows color (decimal): -14936626 or 13505820. OLE color: 13505820.

HSL color Cylindrical-coordinate representation of color #1C15CE: hue angle of 242.27º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C15CE is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2821206-
CMYK0.860.9000.19
HSL242.27º81.5%44.51%-
HSV(B)242.27º89.81%80.78%-
XYZ11.895.2458.78-
YUV44.18219.32116.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.98%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 206 (80.86% from 255) = 80.78%
R=10.98%
G=8.24%
B=80.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28212060.860.9000.19242.2781.544.51
Hex1C15CE565A013f2512d
Octal342531612613202336212155
Binary11100101011100111010101101011010010011111100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C15CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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