#122BC2

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

Shades of Persian Blue #122BC2

Tints of Persian Blue #122BC2

Color information

#122BC2 (or 0x122BC2) is unknown color: approx Persian Blue. HEX triplet: 12, 2B and C2. RGB value is (18,43,194). Sum of RGB (Red+Green+Blue) = 18+43+194=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 194 (76.17% from 255 or 76.08% from 255); Max value from RGB is 194 - color contains mainly: blue. Hex color #122BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122BC2 is #EDD43D. Grayscale: #343434. Windows color (decimal): -15586366 or 12725010. OLE color: 12725010.

HSL color Cylindrical-coordinate representation of color #122BC2: hue angle of 231.48º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122BC2 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1843194-
CMYK0.910.7800.24
HSL231.48º83.02%41.57%-
HSV(B)231.48º90.72%76.08%-
XYZ10.855.7551.58-
YUV52.74207.72103.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 43 (17.19% from 255) = 16.86%
BLUE value IS 194 (76.17% from 255) = 76.08%
R=7.06%
G=16.86%
B=76.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18431940.910.7800.24231.4883.0241.57
Hex122BC25B4E018e7532a
Octal225330213311603034712352
Binary100101010111100001010110111001110011000111001111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122BC2; }

 p { color: rgb(18,43,194); }

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

<style>
 a { background-color: #122BC2; }

 a { background-color: rgb(18,43,194); }

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

<style>
 span { border-color: #122BC2; }

 span { border-color: rgb(18,43,194); }

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