#1342CD

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

Shades of Persian Blue #1342CD

Tints of Persian Blue #1342CD

Color information

#1342CD (or 0x1342CD) is unknown color: approx Persian Blue. HEX triplet: 13, 42 and CD. RGB value is (19,66,205). Sum of RGB (Red+Green+Blue) = 19+66+205=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #1342CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1342CD is #ECBD32. Grayscale: #434343. Windows color (decimal): -15514931 or 13451795. OLE color: 13451795.

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

Color convert

RGB1966205-
CMYK0.910.6800.20
HSL224.84º83.04%43.92%-
HSV(B)224.84º90.73%80.39%-
XYZ13.248.4458.69-
YUV67.79205.4393.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.55%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 205 (80.47% from 255) = 70.69%
R=6.55%
G=22.76%
B=70.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19662050.910.6800.20224.8483.0443.92
Hex1342CD5B44014e1532c
Octal2310231513310402434112354
Binary1001110000101100110110110111000100010100111000011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1342CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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