#122CC0

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

Shades of Persian Blue #122CC0

Tints of Persian Blue #122CC0

Color information

#122CC0 (or 0x122CC0) is unknown color: approx Persian Blue. HEX triplet: 12, 2C and C0. RGB value is (18,44,192). Sum of RGB (Red+Green+Blue) = 18+44+192=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #122CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CC0 is #EDD33F. Grayscale: #343434. Windows color (decimal): -15586112 or 12594194. OLE color: 12594194.

HSL color Cylindrical-coordinate representation of color #122CC0: hue angle of 231.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122CC0 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1844192-
CMYK0.910.7700.25
HSL231.03º82.86%41.18%-
HSV(B)231.03º90.62%75.29%-
XYZ10.665.7450.41-
YUV53.1206.39102.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 44 (17.58% from 255) = 17.32%
BLUE value IS 192 (75.39% from 255) = 75.59%
R=7.09%
G=17.32%
B=75.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18441920.910.7700.25231.0382.8641.18
Hex122CC05B4D019e75329
Octal225430013311503134712351
Binary100101011001100000010110111001101011001111001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,44,192); }

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

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

 a { background-color: rgb(18,44,192); }

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

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

 span { border-color: rgb(18,44,192); }

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