#122FDB

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

Shades of Persian Blue #122FDB

Tints of Persian Blue #122FDB

Color information

#122FDB (or 0x122FDB) is unknown color: approx Persian Blue. HEX triplet: 12, 2F and DB. RGB value is (18,47,219). Sum of RGB (Red+Green+Blue) = 18+47+219=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #122FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FDB is #EDD024. Grayscale: #393939. Windows color (decimal): -15585317 or 14364434. OLE color: 14364434.

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

Color convert

RGB1847219-
CMYK0.920.7900.14
HSL231.34º84.81%46.47%-
HSV(B)231.34º91.78%85.88%-
XYZ14.057.2867.68-
YUV57.94218.8999.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.34%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 219 (85.94% from 255) = 77.11%
R=6.34%
G=16.55%
B=77.11%

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
Decimal18472190.920.7900.14231.3484.8146.47
Hex122FDB5C4F0Ee7552e
Octal225733313411701634712556
Binary10010101111110110111011100100111101110111001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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