#122EDB

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

Shades of Persian Blue #122EDB

Tints of Persian Blue #122EDB

Color information

#122EDB (or 0x122EDB) is unknown color: approx Persian Blue. HEX triplet: 12, 2E and DB. RGB value is (18,46,219). Sum of RGB (Red+Green+Blue) = 18+46+219=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #122EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122EDB is #EDD124. Grayscale: #383838. Windows color (decimal): -15585573 or 14364178. OLE color: 14364178.

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

Color convert

RGB1846219-
CMYK0.920.7900.14
HSL231.64º84.81%46.47%-
HSV(B)231.64º91.78%85.88%-
XYZ14.017.267.67-
YUV57.35219.2299.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 46 (18.36% from 255) = 16.25%
BLUE value IS 219 (85.94% from 255) = 77.39%
R=6.36%
G=16.25%
B=77.39%

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
Decimal18462190.920.7900.14231.6484.8146.47
Hex122EDB5C4F0Ee8552e
Octal225633313411701635012556
Binary10010101110110110111011100100111101110111010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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