#122EC3

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

Shades of Persian Blue #122EC3

Tints of Persian Blue #122EC3

Color information

#122EC3 (or 0x122EC3) is unknown color: approx Persian Blue. HEX triplet: 12, 2E and C3. RGB value is (18,46,195). Sum of RGB (Red+Green+Blue) = 18+46+195=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 195 (76.56% from 255 or 75.29% from 259); Max value from RGB is 195 - color contains mainly: blue. Hex color #122EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EC3 is #EDD13C. Grayscale: #353535. Windows color (decimal): -15585597 or 12791314. OLE color: 12791314.

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

Color convert

RGB1846195-
CMYK0.910.7600.24
HSL230.51º83.1%41.76%-
HSV(B)230.51º90.77%76.47%-
XYZ11.086.0252.21-
YUV54.61207.22101.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 195 (76.56% from 255) = 75.29%
R=6.95%
G=17.76%
B=75.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18461950.910.7600.24230.5183.141.76
Hex122EC35B4C018e7532a
Octal225630313311403034712352
Binary100101011101100001110110111001100011000111001111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,46,195); }

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

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

 a { background-color: rgb(18,46,195); }

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

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

 span { border-color: rgb(18,46,195); }

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