#1C1ADF

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

Shades of Medium Blue #1C1ADF

Tints of Medium Blue #1C1ADF

Color information

#1C1ADF (or 0x1C1ADF) is unknown color: approx Medium Blue. HEX triplet: 1C, 1A and DF. RGB value is (28,26,223). Sum of RGB (Red+Green+Blue) = 28+26+223=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C1ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1ADF is #E3E520. Grayscale: #303030. Windows color (decimal): -14935329 or 14621212. OLE color: 14621212.

HSL color Cylindrical-coordinate representation of color #1C1ADF: hue angle of 240.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C1ADF is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2826223-
CMYK0.870.8800.13
HSL240.61º79.12%48.82%-
HSV(B)240.61º88.34%87.45%-
XYZ14.176.3170.28-
YUV49.06226.16112.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.11%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 223 (87.5% from 255) = 80.51%
R=10.11%
G=9.39%
B=80.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28262230.870.8800.13240.6179.1248.82
Hex1C1ADF57580Df14f31
Octal343233712713001536111761
Binary1110011010110111111010111101100001101111100011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,26,223); }

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

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

 a { background-color: rgb(28,26,223); }

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

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

 span { border-color: rgb(28,26,223); }

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