#1E25B4

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

Shades of Persian Blue #1E25B4

Tints of Persian Blue #1E25B4

Color information

#1E25B4 (or 0x1E25B4) is unknown color: approx Persian Blue. HEX triplet: 1E, 25 and B4. RGB value is (30,37,180). Sum of RGB (Red+Green+Blue) = 30+37+180=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 180 (70.70% from 255 or 72.87% from 247); Max value from RGB is 180 - color contains mainly: blue. Hex color #1E25B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E25B4 is #E1DA4B. Grayscale: #323232. Windows color (decimal): -14801484 or 11805982. OLE color: 11805982.

HSL color Cylindrical-coordinate representation of color #1E25B4: hue angle of 237.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E25B4 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3037180-
CMYK0.830.7900.29
HSL237.2º71.43%41.18%-
HSV(B)237.2º83.33%70.59%-
XYZ9.444.8943.63-
YUV51.21200.68112.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 180 (70.70% from 255) = 72.87%
R=12.15%
G=14.98%
B=72.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal30371800.830.7900.29237.271.4341.18
Hex1E25B4534F01Ded4729
Octal364526412311703535510751
Binary111101001011011010010100111001111011101111011011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E25B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,37,180); }

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

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

 a { background-color: rgb(30,37,180); }

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

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

 span { border-color: rgb(30,37,180); }

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