#1247E9

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

Shades of Persian Blue #1247E9

Tints of Persian Blue #1247E9

Color information

#1247E9 (or 0x1247E9) is unknown color: approx Persian Blue. HEX triplet: 12, 47 and E9. RGB value is (18,71,233). Sum of RGB (Red+Green+Blue) = 18+71+233=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 233 (91.41% from 255 or 72.36% from 322); Max value from RGB is 233 - color contains mainly: blue. Hex color #1247E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1247E9 is #EDB816. Grayscale: #484848. Windows color (decimal): -15579159 or 15288082. OLE color: 15288082.

HSL color Cylindrical-coordinate representation of color #1247E9: hue angle of 225.21º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1247E9 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1871233-
CMYK0.920.7000.09
HSL225.21º85.66%49.22%-
HSV(B)225.21º92.27%91.37%-
XYZ17.2110.5278.21-
YUV73.62217.9488.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.59%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 233 (91.41% from 255) = 72.36%
R=5.59%
G=22.05%
B=72.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18712330.920.7000.09225.2185.6649.22
Hex1247E95C4609e15631
Octal2210735113410601134112661
Binary100101000111111010011011100100011001001111000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1247E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1247E9; }

 p { color: rgb(18,71,233); }

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

<style>
 a { background-color: #1247E9; }

 a { background-color: rgb(18,71,233); }

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

<style>
 span { border-color: #1247E9; }

 span { border-color: rgb(18,71,233); }

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