#1E44AB

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

Shades of Persian Blue #1E44AB

Tints of Persian Blue #1E44AB

Color information

#1E44AB (or 0x1E44AB) is unknown color: approx Persian Blue. HEX triplet: 1E, 44 and AB. RGB value is (30,68,171). Sum of RGB (Red+Green+Blue) = 30+68+171=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E44AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E44AB is #E1BB54. Grayscale: #434343. Windows color (decimal): -14793557 or 11224094. OLE color: 11224094.

HSL color Cylindrical-coordinate representation of color #1E44AB: hue angle of 223.83º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E44AB is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3068171-
CMYK0.820.6000.33
HSL223.83º70.15%39.41%-
HSV(B)223.83º82.46%67.06%-
XYZ9.957.3539.42-
YUV68.38185.91100.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.15%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 171 (67.19% from 255) = 63.57%
R=11.15%
G=25.28%
B=63.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30681710.820.6000.33223.8370.1539.41
Hex1E44AB523C021e04627
Octal361042531227404134010647
Binary1111010001001010101110100101111000100001111000001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,68,171); }

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

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

 a { background-color: rgb(30,68,171); }

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

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

 span { border-color: rgb(30,68,171); }

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