#1C2ADC

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

Shades of Persian Blue #1C2ADC

Tints of Persian Blue #1C2ADC

Color information

#1C2ADC (or 0x1C2ADC) is unknown color: approx Persian Blue. HEX triplet: 1C, 2A and DC. RGB value is (28,42,220). Sum of RGB (Red+Green+Blue) = 28+42+220=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #1C2ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2ADC is #E3D523. Grayscale: #393939. Windows color (decimal): -14931236 or 14428700. OLE color: 14428700.

HSL color Cylindrical-coordinate representation of color #1C2ADC: hue angle of 235.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C2ADC is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2842220-
CMYK0.870.8100.14
HSL235.62º77.42%48.63%-
HSV(B)235.62º87.27%86.27%-
XYZ14.237.0768.33-
YUV58.11219.36106.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.66%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 220 (86.33% from 255) = 75.86%
R=9.66%
G=14.48%
B=75.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal28422200.870.8100.14235.6277.4248.63
Hex1C2ADC57510Eec4d31
Octal345233412712101635411561
Binary11100101010110111001010111101000101110111011001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,42,220); }

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

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

 a { background-color: rgb(28,42,220); }

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

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

 span { border-color: rgb(28,42,220); }

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