#1324B7

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

Shades of Persian Blue #1324B7

Tints of Persian Blue #1324B7

Color information

#1324B7 (or 0x1324B7) is unknown color: approx Persian Blue. HEX triplet: 13, 24 and B7. RGB value is (19,36,183). Sum of RGB (Red+Green+Blue) = 19+36+183=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 183 (71.88% from 255 or 76.89% from 238); Max value from RGB is 183 - color contains mainly: blue. Hex color #1324B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324B7 is #ECDB48. Grayscale: #2F2F2F. Windows color (decimal): -15522633 or 12002323. OLE color: 12002323.

HSL color Cylindrical-coordinate representation of color #1324B7: hue angle of 233.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1324B7 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1936183-
CMYK0.900.8000.28
HSL233.78º81.19%39.61%-
HSV(B)233.78º89.62%71.76%-
XYZ9.454.8245.23-
YUV47.68204.37107.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 183 (71.88% from 255) = 76.89%
R=7.98%
G=15.13%
B=76.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19361830.900.8000.28233.7881.1939.61
Hex1324B75A5001Cea5128
Octal234426713212003435212150
Binary100111001001011011110110101010000011100111010101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1324B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1324B7; }

 p { color: rgb(19,36,183); }

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

<style>
 a { background-color: #1324B7; }

 a { background-color: rgb(19,36,183); }

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

<style>
 span { border-color: #1324B7; }

 span { border-color: rgb(19,36,183); }

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