#122CDB

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

Shades of Persian Blue #122CDB

Tints of Persian Blue #122CDB

Color information

#122CDB (or 0x122CDB) is unknown color: approx Persian Blue. HEX triplet: 12, 2C and DB. RGB value is (18,44,219). Sum of RGB (Red+Green+Blue) = 18+44+219=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #122CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122CDB is #EDD324. Grayscale: #373737. Windows color (decimal): -15586085 or 14363666. OLE color: 14363666.

HSL color Cylindrical-coordinate representation of color #122CDB: hue angle of 232.24º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122CDB is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1844219-
CMYK0.920.8000.14
HSL232.24º84.81%46.47%-
HSV(B)232.24º91.78%85.88%-
XYZ13.947.0467.64-
YUV56.18219.89100.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.41%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 219 (85.94% from 255) = 77.94%
R=6.41%
G=15.66%
B=77.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18442190.920.8000.14232.2484.8146.47
Hex122CDB5C500Ee8552e
Octal225433313412001635012556
Binary10010101100110110111011100101000001110111010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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