#121AB9

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

Shades of Persian Blue #121AB9

Tints of Persian Blue #121AB9

Color information

#121AB9 (or 0x121AB9) is unknown color: approx Persian Blue. HEX triplet: 12, 1A and B9. RGB value is (18,26,185). Sum of RGB (Red+Green+Blue) = 18+26+185=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 185 (72.66% from 255 or 80.79% from 229); Max value from RGB is 185 - color contains mainly: blue. Hex color #121AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AB9 is #EDE546. Grayscale: #292929. Windows color (decimal): -15590727 or 12130834. OLE color: 12130834.

HSL color Cylindrical-coordinate representation of color #121AB9: hue angle of 237.13º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121AB9 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1826185-
CMYK0.900.8600.27
HSL237.13º82.27%39.8%-
HSV(B)237.13º90.27%72.55%-
XYZ9.384.3746.25-
YUV41.73208.85111.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.86%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 185 (72.66% from 255) = 80.79%
R=7.86%
G=11.35%
B=80.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18261850.900.8600.27237.1382.2739.8
Hex121AB95A5601Bed5228
Octal223227113212603335512250
Binary10010110101011100110110101010110011011111011011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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