#1242e1

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

Shades of Persian Blue #1242E1

Tints of Persian Blue #1242E1

Color information

#1242E1 (or 0x1242E1) is unknown color: approx Persian Blue. HEX triplet: 12, 42 and E1. RGB value is (18,66,225). Sum of RGB (Red+Green+Blue) = 18+66+225=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 225 (88.28% from 255 or 72.82% from 309); Max value from RGB is 225 - color contains mainly: blue. Hex color #1242E1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1242E1 is #EDBD1E. Grayscale: #454545. Windows color (decimal): -15580447 or 14762514. OLE color: 14762514.

HSL color Cylindrical-coordinate representation of color #1242E1: hue angle of 226.09º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1242E1 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1866225-
CMYK0.920.7100.12
HSL226.09º85.19%47.65%-
HSV(B)226.09º92%88.24%-
XYZ15.799.4672.23-
YUV69.77215.691.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 225 (88.28% from 255) = 72.82%
R=5.83%
G=21.36%
B=72.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal18662250.920.7100.12226.0985.1947.65
Hex1242E15C470Ce25530
Octal2210234113410701434212560
Binary100101000010111000011011100100011101100111000101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1242e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1242e1; }

 p { color: rgb(18,66,225); }

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

<style>
 a { background-color: #1242e1; }

 a { background-color: rgb(18,66,225); }

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

<style>
 span { border-color: #1242e1; }

 span { border-color: rgb(18,66,225); }

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