#122DDB

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

Shades of Persian Blue #122DDB

Tints of Persian Blue #122DDB

Color information

#122DDB (or 0x122DDB) is unknown color: approx Persian Blue. HEX triplet: 12, 2D and DB. RGB value is (18,45,219). Sum of RGB (Red+Green+Blue) = 18+45+219=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #122DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DDB is #EDD224. Grayscale: #383838. Windows color (decimal): -15585829 or 14363922. OLE color: 14363922.

HSL color Cylindrical-coordinate representation of color #122DDB: hue angle of 231.94º 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 #122DDB is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1845219-
CMYK0.920.7900.14
HSL231.94º84.81%46.47%-
HSV(B)231.94º91.78%85.88%-
XYZ13.977.1267.66-
YUV56.76219.55100.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 45 (17.97% from 255) = 15.96%
BLUE value IS 219 (85.94% from 255) = 77.66%
R=6.38%
G=15.96%
B=77.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal18452190.920.7900.14231.9484.8146.47
Hex122DDB5C4F0Ee8552e
Octal225533313411701635012556
Binary10010101101110110111011100100111101110111010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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