#1327E7

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

Shades of Persian Blue #1327E7

Tints of Persian Blue #1327E7

Color information

#1327E7 (or 0x1327E7) is unknown color: approx Persian Blue. HEX triplet: 13, 27 and E7. RGB value is (19,39,231). Sum of RGB (Red+Green+Blue) = 19+39+231=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 231 (90.62% from 255 or 79.93% from 289); Max value from RGB is 231 - color contains mainly: blue. Hex color #1327E7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1327E7 is #ECD818. Grayscale: #363636. Windows color (decimal): -15521817 or 15148819. OLE color: 15148819.

HSL color Cylindrical-coordinate representation of color #1327E7: hue angle of 234.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1327E7 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1939231-
CMYK0.920.8300.09
HSL234.34º84.8%49.02%-
HSV(B)234.34º91.77%90.59%-
XYZ15.427.3676.21-
YUV54.91227.37102.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 39 (15.62% from 255) = 13.49%
BLUE value IS 231 (90.62% from 255) = 79.93%
R=6.57%
G=13.49%
B=79.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal19392310.920.8300.09234.3484.849.02
Hex1327E75C5309ea5531
Octal234734713412301135212561
Binary10011100111111001111011100101001101001111010101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1327E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1327E7; }

 p { color: rgb(19,39,231); }

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

<style>
 a { background-color: #1327E7; }

 a { background-color: rgb(19,39,231); }

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

<style>
 span { border-color: #1327E7; }

 span { border-color: rgb(19,39,231); }

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