#1E42BE

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

Shades of Persian Blue #1E42BE

Tints of Persian Blue #1E42BE

Color information

#1E42BE (or 0x1E42BE) is unknown color: approx Persian Blue. HEX triplet: 1E, 42 and BE. RGB value is (30,66,190). Sum of RGB (Red+Green+Blue) = 30+66+190=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E42BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E42BE is #E1BD41. Grayscale: #444444. Windows color (decimal): -14794050 or 12468766. OLE color: 12468766.

HSL color Cylindrical-coordinate representation of color #1E42BE: hue angle of 226.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E42BE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3066190-
CMYK0.840.6500.25
HSL226.5º72.73%43.14%-
HSV(B)226.5º84.21%74.51%-
XYZ11.787.8949.62-
YUV69.37196.0799.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.49%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 190 (74.61% from 255) = 66.43%
R=10.49%
G=23.08%
B=66.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30661900.840.6500.25226.572.7343.14
Hex1E42BE5441019e2492b
Octal3610227612410103134211153
Binary1111010000101011111010101001000001011001111000101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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