#1342CE

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

Shades of Persian Blue #1342CE

Tints of Persian Blue #1342CE

Color information

#1342CE (or 0x1342CE) is unknown color: approx Persian Blue. HEX triplet: 13, 42 and CE. RGB value is (19,66,206). Sum of RGB (Red+Green+Blue) = 19+66+206=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #1342CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1342CE is #ECBD31. Grayscale: #434343. Windows color (decimal): -15514930 or 13517331. OLE color: 13517331.

HSL color Cylindrical-coordinate representation of color #1342CE: hue angle of 224.92º 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 #1342CE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1966206-
CMYK0.910.6800.19
HSL224.92º83.11%44.12%-
HSV(B)224.92º90.78%80.78%-
XYZ13.368.4959.33-
YUV67.91205.9393.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 206 (80.86% from 255) = 70.79%
R=6.53%
G=22.68%
B=70.79%

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
Decimal19662060.910.6800.19224.9283.1144.12
Hex1342CE5B44013e1532c
Octal2310231613310402334112354
Binary1001110000101100111010110111000100010011111000011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1342CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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