#122CCA

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

Shades of Persian Blue #122CCA

Tints of Persian Blue #122CCA

Color information

#122CCA (or 0x122CCA) is unknown color: approx Persian Blue. HEX triplet: 12, 2C and CA. RGB value is (18,44,202). Sum of RGB (Red+Green+Blue) = 18+44+202=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #122CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CCA is #EDD335. Grayscale: #353535. Windows color (decimal): -15586102 or 13249554. OLE color: 13249554.

HSL color Cylindrical-coordinate representation of color #122CCA: hue angle of 231.52º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #122CCA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1844202-
CMYK0.910.7800.21
HSL231.52º83.64%43.14%-
HSV(B)231.52º91.09%79.22%-
XYZ11.816.1956.45-
YUV54.24211.39102.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 44 (17.58% from 255) = 16.67%
BLUE value IS 202 (79.30% from 255) = 76.52%
R=6.82%
G=16.67%
B=76.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18442020.910.7800.21231.5283.6443.14
Hex122CCA5B4E015e8542b
Octal225431213311602535012453
Binary100101011001100101010110111001110010101111010001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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