#1C25E0

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

Shades of Persian Blue #1C25E0

Tints of Persian Blue #1C25E0

Color information

#1C25E0 (or 0x1C25E0) is unknown color: approx Persian Blue. HEX triplet: 1C, 25 and E0. RGB value is (28,37,224). Sum of RGB (Red+Green+Blue) = 28+37+224=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 224 (87.89% from 255 or 77.51% from 289); Max value from RGB is 224 - color contains mainly: blue. Hex color #1C25E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C25E0 is #E3DA1F. Grayscale: #363636. Windows color (decimal): -14932512 or 14689564. OLE color: 14689564.

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

Color convert

RGB2837224-
CMYK0.880.8300.12
HSL237.24º77.78%49.41%-
HSV(B)237.24º87.5%87.84%-
XYZ14.66.9571.09-
YUV55.63223.02108.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 224 (87.89% from 255) = 77.51%
R=9.69%
G=12.80%
B=77.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal28372240.880.8300.12237.2477.7849.41
Hex1C25E058530Ced4e31
Octal344534013012301435511661
Binary11100100101111000001011000101001101100111011011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C25E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,37,224); }

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

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

 a { background-color: rgb(28,37,224); }

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

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

 span { border-color: rgb(28,37,224); }

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