#1C25E6

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

Shades of Persian Blue #1C25E6

Tints of Persian Blue #1C25E6

Color information

#1C25E6 (or 0x1C25E6) is unknown color: approx Persian Blue. HEX triplet: 1C, 25 and E6. RGB value is (28,37,230). Sum of RGB (Red+Green+Blue) = 28+37+230=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 230 (90.23% from 255 or 77.97% from 295); Max value from RGB is 230 - color contains mainly: blue. Hex color #1C25E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C25E6 is #E3DA19. Grayscale: #373737. Windows color (decimal): -14932506 or 15082780. OLE color: 15082780.

HSL color Cylindrical-coordinate representation of color #1C25E6: hue angle of 237.33º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C25E6 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2837230-
CMYK0.880.8400.10
HSL237.33º80.16%50.59%-
HSV(B)237.33º87.83%90.2%-
XYZ15.427.2875.46-
YUV56.31226.02107.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 230 (90.23% from 255) = 77.97%
R=9.49%
G=12.54%
B=77.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal28372300.880.8400.10237.3380.1650.59
Hex1C25E658540Aed5033
Octal344534613012401235512063
Binary11100100101111001101011000101010001010111011011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C25E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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