#1344C0

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

Shades of Persian Blue #1344C0

Tints of Persian Blue #1344C0

Color information

#1344C0 (or 0x1344C0) is unknown color: approx Persian Blue. HEX triplet: 13, 44 and C0. RGB value is (19,68,192). Sum of RGB (Red+Green+Blue) = 19+68+192=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #1344C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1344C0 is #ECBB3F. Grayscale: #424242. Windows color (decimal): -15514432 or 12600339. OLE color: 12600339.

HSL color Cylindrical-coordinate representation of color #1344C0: hue angle of 223.01º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1344C0 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1968192-
CMYK0.900.6500.25
HSL223.01º81.99%41.37%-
HSV(B)223.01º90.1%75.29%-
XYZ11.858.0850.8-
YUV67.48198.2793.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.81%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 192 (75.39% from 255) = 68.82%
R=6.81%
G=24.37%
B=68.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19681920.900.6500.25223.0181.9941.37
Hex1344C05A41019df5229
Octal2310430013210103133712251
Binary1001110001001100000010110101000001011001110111111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1344C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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