#1327BE

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

Shades of Persian Blue #1327BE

Tints of Persian Blue #1327BE

Color information

#1327BE (or 0x1327BE) is unknown color: approx Persian Blue. HEX triplet: 13, 27 and BE. RGB value is (19,39,190). Sum of RGB (Red+Green+Blue) = 19+39+190=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #1327BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1327BE is #ECD841. Grayscale: #313131. Windows color (decimal): -15521858 or 12461843. OLE color: 12461843.

HSL color Cylindrical-coordinate representation of color #1327BE: hue angle of 232.98º 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 #1327BE is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1939190-
CMYK0.900.7900.25
HSL232.98º81.82%40.98%-
HSV(B)232.98º90%74.51%-
XYZ10.295.3149.2-
YUV50.23206.87105.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 190 (74.61% from 255) = 76.61%
R=7.66%
G=15.73%
B=76.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19391900.900.7900.25232.9881.8240.98
Hex1327BE5A4F019e95229
Octal234727613211703135112251
Binary100111001111011111010110101001111011001111010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1327BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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