#141ABB

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

Shades of Persian Blue #141ABB

Tints of Persian Blue #141ABB

Color information

#141ABB (or 0x141ABB) is unknown color: approx Persian Blue. HEX triplet: 14, 1A and BB. RGB value is (20,26,187). Sum of RGB (Red+Green+Blue) = 20+26+187=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #141ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ABB is #EBE544. Grayscale: #292929. Windows color (decimal): -15459653 or 12261908. OLE color: 12261908.

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

Color convert

RGB2026187-
CMYK0.890.8600.27
HSL237.84º80.68%40.59%-
HSV(B)237.84º89.3%73.33%-
XYZ9.634.4847.37-
YUV42.56209.51111.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 187 (73.44% from 255) = 80.26%
R=8.58%
G=11.16%
B=80.26%

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
Decimal20261870.890.8600.27237.8480.6840.59
Hex141ABB595601Bee5129
Octal243227313112603335612151
Binary10100110101011101110110011010110011011111011101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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