#1240F6

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

Shades of Persian Blue #1240F6

Tints of Persian Blue #1240F6

Color information

#1240F6 (or 0x1240F6) is unknown color: approx Persian Blue. HEX triplet: 12, 40 and F6. RGB value is (18,64,246). Sum of RGB (Red+Green+Blue) = 18+64+246=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 246 (96.48% from 255 or 75% from 328); Max value from RGB is 246 - color contains mainly: blue. Hex color #1240F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1240F6 is #EDBF09. Grayscale: #464646. Windows color (decimal): -15580938 or 16138258. OLE color: 16138258.

HSL color Cylindrical-coordinate representation of color #1240F6: hue angle of 227.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1240F6 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1864246-
CMYK0.930.7400.04
HSL227.89º92.68%51.76%-
HSV(B)227.89º92.68%96.47%-
XYZ18.7210.4588.22-
YUV70.99226.7690.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.49%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 246 (96.48% from 255) = 75%
R=5.49%
G=19.51%
B=75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal18642460.930.7400.04227.8992.6851.76
Hex1240F65D4A04e45d34
Octal221003661351120434413564
Binary10010100000011110110101110110010100100111001001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1240F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1240F6; }

 p { color: rgb(18,64,246); }

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

<style>
 a { background-color: #1240F6; }

 a { background-color: rgb(18,64,246); }

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

<style>
 span { border-color: #1240F6; }

 span { border-color: rgb(18,64,246); }

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