#1344F0

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

Shades of Persian Blue #1344F0

Tints of Persian Blue #1344F0

Color information

#1344F0 (or 0x1344F0) is unknown color: approx Persian Blue. HEX triplet: 13, 44 and F0. RGB value is (19,68,240). Sum of RGB (Red+Green+Blue) = 19+68+240=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 240 (94.14% from 255 or 73.39% from 327); Max value from RGB is 240 - color contains mainly: blue. Hex color #1344F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1344F0 is #ECBB0F. Grayscale: #484848. Windows color (decimal): -15514384 or 15746067. OLE color: 15746067.

HSL color Cylindrical-coordinate representation of color #1344F0: hue angle of 226.7º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1344F0 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1968240-
CMYK0.920.7200.06
HSL226.7º88.05%50.78%-
HSV(B)226.7º92.08%94.12%-
XYZ18.0610.5683.53-
YUV72.96222.2789.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.81%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 240 (94.14% from 255) = 73.39%
R=5.81%
G=20.80%
B=73.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal19682400.920.7200.06226.788.0550.78
Hex1344F05C4806e35833
Octal231043601341100634313063
Binary10011100010011110000101110010010000110111000111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1344F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1344F0; }

 p { color: rgb(19,68,240); }

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

<style>
 a { background-color: #1344F0; }

 a { background-color: rgb(19,68,240); }

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

<style>
 span { border-color: #1344F0; }

 span { border-color: rgb(19,68,240); }

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