#1E42AD

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

Shades of Persian Blue #1E42AD

Tints of Persian Blue #1E42AD

Color information

#1E42AD (or 0x1E42AD) is unknown color: approx Persian Blue. HEX triplet: 1E, 42 and AD. RGB value is (30,66,173). Sum of RGB (Red+Green+Blue) = 30+66+173=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E42AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E42AD is #E1BD52. Grayscale: #424242. Windows color (decimal): -14794067 or 11354654. OLE color: 11354654.

HSL color Cylindrical-coordinate representation of color #1E42AD: hue angle of 224.9º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E42AD is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3066173-
CMYK0.830.6200.32
HSL224.9º70.44%39.8%-
HSV(B)224.9º82.66%67.84%-
XYZ10.037.1940.39-
YUV67.43187.57101.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.15%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 173 (67.97% from 255) = 64.31%
R=11.15%
G=24.54%
B=64.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30661730.830.6200.32224.970.4439.8
Hex1E42AD533E020e14628
Octal361022551237604034110650
Binary1111010000101010110110100111111100100000111000011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E42AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,173); }

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

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

 a { background-color: rgb(30,66,173); }

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

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

 span { border-color: rgb(30,66,173); }

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