#1324b6

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

Shades of Persian Blue #1324B6

Tints of Persian Blue #1324B6

Color information

#1324B6 (or 0x1324B6) is unknown color: approx Persian Blue. HEX triplet: 13, 24 and B6. RGB value is (19,36,182). Sum of RGB (Red+Green+Blue) = 19+36+182=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 182 (71.48% from 255 or 76.79% from 237); Max value from RGB is 182 - color contains mainly: blue. Hex color #1324B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324B6 is #ECDB49. Grayscale: #2E2E2E. Windows color (decimal): -15522634 or 11936787. OLE color: 11936787.

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

Color convert

RGB1936182-
CMYK0.900.8000.29
HSL233.74º81.09%39.41%-
HSV(B)233.74º89.56%71.37%-
XYZ9.344.7844.69-
YUV47.56203.87107.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 182 (71.48% from 255) = 76.79%
R=8.02%
G=15.19%
B=76.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19361820.900.8000.29233.7481.0939.41
Hex1324B65A5001Dea5127
Octal234426613212003535212147
Binary100111001001011011010110101010000011101111010101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1324b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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