#141AB9

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

Shades of Persian Blue #141AB9

Tints of Persian Blue #141AB9

Color information

#141AB9 (or 0x141AB9) is unknown color: approx Persian Blue. HEX triplet: 14, 1A and B9. RGB value is (20,26,185). Sum of RGB (Red+Green+Blue) = 20+26+185=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 185 (72.66% from 255 or 80.09% from 231); Max value from RGB is 185 - color contains mainly: blue. Hex color #141AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141AB9 is #EBE546. Grayscale: #292929. Windows color (decimal): -15459655 or 12130836. OLE color: 12130836.

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

Color convert

RGB2026185-
CMYK0.890.8600.27
HSL237.82º80.49%40.2%-
HSV(B)237.82º89.19%72.55%-
XYZ9.414.3946.25-
YUV42.33208.51112.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 26 (10.55% from 255) = 11.26%
BLUE value IS 185 (72.66% from 255) = 80.09%
R=8.66%
G=11.26%
B=80.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20261850.890.8600.27237.8280.4940.2
Hex141AB9595601Bee5028
Octal243227113112603335612050
Binary10100110101011100110110011010110011011111011101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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