#1323BD

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

Shades of Persian Blue #1323BD

Tints of Persian Blue #1323BD

Color information

#1323BD (or 0x1323BD) is unknown color: approx Persian Blue. HEX triplet: 13, 23 and BD. RGB value is (19,35,189). Sum of RGB (Red+Green+Blue) = 19+35+189=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #1323BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1323BD is #ECDC42. Grayscale: #2F2F2F. Windows color (decimal): -15522883 or 12395283. OLE color: 12395283.

HSL color Cylindrical-coordinate representation of color #1323BD: hue angle of 234.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1323BD is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1935189-
CMYK0.900.8100.26
HSL234.35º81.73%40.78%-
HSV(B)234.35º89.95%74.12%-
XYZ10.055.0148.58-
YUV47.77207.7107.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.82%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 189 (74.22% from 255) = 77.78%
R=7.82%
G=14.40%
B=77.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19351890.900.8100.26234.3581.7340.78
Hex1323BD5A5101Aea5229
Octal234327513212103235212251
Binary100111000111011110110110101010001011010111010101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1323BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1323BD; }

 p { color: rgb(19,35,189); }

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

<style>
 a { background-color: #1323BD; }

 a { background-color: rgb(19,35,189); }

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

<style>
 span { border-color: #1323BD; }

 span { border-color: rgb(19,35,189); }

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