#1c45c3

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

Shades of Persian Blue #1C45C3

Tints of Persian Blue #1C45C3

Color information

#1C45C3 (or 0x1C45C3) is unknown color: approx Persian Blue. HEX triplet: 1C, 45 and C3. RGB value is (28,69,195). Sum of RGB (Red+Green+Blue) = 28+69+195=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #1C45C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C45C3 is #E3BA3C. Grayscale: #464646. Windows color (decimal): -14924349 or 12797212. OLE color: 12797212.

HSL color Cylindrical-coordinate representation of color #1C45C3: hue angle of 225.27º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C45C3 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2869195-
CMYK0.860.6500.24
HSL225.27º74.89%43.73%-
HSV(B)225.27º85.64%76.47%-
XYZ12.468.4452.6-
YUV71.1197.9297.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.59%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 195 (76.56% from 255) = 66.78%
R=9.59%
G=23.63%
B=66.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28691950.860.6500.24225.2774.8943.73
Hex1C45C35641018e14b2c
Octal3410530312610103034111354
Binary1110010001011100001110101101000001011000111000011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c45c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,69,195); }

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

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

 a { background-color: rgb(28,69,195); }

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

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

 span { border-color: rgb(28,69,195); }

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