#1341CE

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

Shades of Persian Blue #1341CE

Tints of Persian Blue #1341CE

Color information

#1341CE (or 0x1341CE) is unknown color: approx Persian Blue. HEX triplet: 13, 41 and CE. RGB value is (19,65,206). Sum of RGB (Red+Green+Blue) = 19+65+206=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #1341CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341CE is #ECBE31. Grayscale: #424242. Windows color (decimal): -15515186 or 13517075. OLE color: 13517075.

HSL color Cylindrical-coordinate representation of color #1341CE: hue angle of 225.24º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1341CE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1965206-
CMYK0.910.6800.19
HSL225.24º83.11%44.12%-
HSV(B)225.24º90.78%80.78%-
XYZ13.38.3859.31-
YUV67.32206.2693.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 206 (80.86% from 255) = 71.03%
R=6.55%
G=22.41%
B=71.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal19652060.910.6800.19225.2483.1144.12
Hex1341CE5B44013e1532c
Octal2310131613310402334112354
Binary1001110000011100111010110111000100010011111000011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1341CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1341CE; }

 p { color: rgb(19,65,206); }

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

<style>
 a { background-color: #1341CE; }

 a { background-color: rgb(19,65,206); }

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

<style>
 span { border-color: #1341CE; }

 span { border-color: rgb(19,65,206); }

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