#122DCA

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

Shades of Persian Blue #122DCA

Tints of Persian Blue #122DCA

Color information

#122DCA (or 0x122DCA) is unknown color: approx Persian Blue. HEX triplet: 12, 2D and CA. RGB value is (18,45,202). Sum of RGB (Red+Green+Blue) = 18+45+202=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #122DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DCA is #EDD235. Grayscale: #363636. Windows color (decimal): -15585846 or 13249810. OLE color: 13249810.

HSL color Cylindrical-coordinate representation of color #122DCA: hue angle of 231.2º 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 #122DCA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1845202-
CMYK0.910.7800.21
HSL231.2º83.64%43.14%-
HSV(B)231.2º91.09%79.22%-
XYZ11.856.2756.46-
YUV54.82211.05101.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 45 (17.97% from 255) = 16.98%
BLUE value IS 202 (79.30% from 255) = 76.23%
R=6.79%
G=16.98%
B=76.23%

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
Decimal18452020.910.7800.21231.283.6443.14
Hex122DCA5B4E015e7542b
Octal225531213311602534712453
Binary100101011011100101010110111001110010101111001111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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