#1422BA

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

Shades of Persian Blue #1422BA

Tints of Persian Blue #1422BA

Color information

#1422BA (or 0x1422BA) is unknown color: approx Persian Blue. HEX triplet: 14, 22 and BA. RGB value is (20,34,186). Sum of RGB (Red+Green+Blue) = 20+34+186=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #1422BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1422BA is #EBDD45. Grayscale: #2E2E2E. Windows color (decimal): -15457606 or 12198420. OLE color: 12198420.

HSL color Cylindrical-coordinate representation of color #1422BA: hue angle of 234.94º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1422BA is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2034186-
CMYK0.890.8200.27
HSL234.94º80.58%40.39%-
HSV(B)234.94º89.25%72.94%-
XYZ9.724.8446.88-
YUV47.14206.36108.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 186 (73.05% from 255) = 77.5%
R=8.33%
G=14.17%
B=77.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20341860.890.8200.27234.9480.5840.39
Hex1422BA595201Beb5128
Octal244227213112203335312150
Binary101001000101011101010110011010010011011111010111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1422BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1422BA; }

 p { color: rgb(20,34,186); }

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

<style>
 a { background-color: #1422BA; }

 a { background-color: rgb(20,34,186); }

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

<style>
 span { border-color: #1422BA; }

 span { border-color: rgb(20,34,186); }

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