#1C25B0

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

Shades of Persian Blue #1C25B0

Tints of Persian Blue #1C25B0

Color information

#1C25B0 (or 0x1C25B0) is unknown color: approx Persian Blue. HEX triplet: 1C, 25 and B0. RGB value is (28,37,176). Sum of RGB (Red+Green+Blue) = 28+37+176=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 176 (69.14% from 255 or 73.03% from 241); Max value from RGB is 176 - color contains mainly: blue. Hex color #1C25B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C25B0 is #E3DA4F. Grayscale: #313131. Windows color (decimal): -14932560 or 11543836. OLE color: 11543836.

HSL color Cylindrical-coordinate representation of color #1C25B0: hue angle of 236.35º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C25B0 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2837176-
CMYK0.840.7900.31
HSL236.35º72.55%40%-
HSV(B)236.35º84.09%69.02%-
XYZ8.984.741.51-
YUV50.16199.02112.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 176 (69.14% from 255) = 73.03%
R=11.62%
G=15.35%
B=73.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28371760.840.7900.31236.3572.5540
Hex1C25B0544F01Fec4928
Octal344526012411703735411150
Binary111001001011011000010101001001111011111111011001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C25B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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