#121ABD

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

Shades of Persian Blue #121ABD

Tints of Persian Blue #121ABD

Color information

#121ABD (or 0x121ABD) is unknown color: approx Persian Blue. HEX triplet: 12, 1A and BD. RGB value is (18,26,189). Sum of RGB (Red+Green+Blue) = 18+26+189=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 189 (74.22% from 255 or 81.12% from 233); Max value from RGB is 189 - color contains mainly: blue. Hex color #121ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ABD is #EDE542. Grayscale: #292929. Windows color (decimal): -15590723 or 12392978. OLE color: 12392978.

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

Color convert

RGB1826189-
CMYK0.900.8600.26
HSL237.19º82.61%40.59%-
HSV(B)237.19º90.48%74.12%-
XYZ9.84.5448.5-
YUV42.19210.85110.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 189 (74.22% from 255) = 81.12%
R=7.73%
G=11.16%
B=81.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18261890.900.8600.26237.1982.6140.59
Hex121ABD5A5601Aed5329
Octal223227513212603235512351
Binary10010110101011110110110101010110011010111011011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121ABD; }

 p { color: rgb(18,26,189); }

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

<style>
 a { background-color: #121ABD; }

 a { background-color: rgb(18,26,189); }

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

<style>
 span { border-color: #121ABD; }

 span { border-color: rgb(18,26,189); }

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