#122DBC

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

Shades of Persian Blue #122DBC

Tints of Persian Blue #122DBC

Color information

#122DBC (or 0x122DBC) is unknown color: approx Persian Blue. HEX triplet: 12, 2D and BC. RGB value is (18,45,188). Sum of RGB (Red+Green+Blue) = 18+45+188=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #122DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122DBC is #EDD243. Grayscale: #343434. Windows color (decimal): -15585860 or 12332306. OLE color: 12332306.

HSL color Cylindrical-coordinate representation of color #122DBC: hue angle of 230.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #122DBC is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1845188-
CMYK0.900.7600.26
HSL230.47º82.52%40.39%-
HSV(B)230.47º90.43%73.73%-
XYZ10.265.6448.12-
YUV53.23204.05102.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 188 (73.83% from 255) = 74.90%
R=7.17%
G=17.93%
B=74.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18451880.900.7600.26230.4782.5240.39
Hex122DBC5A4C01Ae65328
Octal225527413211403234612350
Binary100101011011011110010110101001100011010111001101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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