#141BBB

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

Shades of Persian Blue #141BBB

Tints of Persian Blue #141BBB

Color information

#141BBB (or 0x141BBB) is unknown color: approx Persian Blue. HEX triplet: 14, 1B and BB. RGB value is (20,27,187). Sum of RGB (Red+Green+Blue) = 20+27+187=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #141BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BBB is #EBE444. Grayscale: #2A2A2A. Windows color (decimal): -15459397 or 12262164. OLE color: 12262164.

HSL color Cylindrical-coordinate representation of color #141BBB: hue angle of 237.49º 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 #141BBB is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2027187-
CMYK0.890.8600.27
HSL237.49º80.68%40.59%-
HSV(B)237.49º89.3%73.33%-
XYZ9.654.5247.38-
YUV43.15209.18111.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 187 (73.44% from 255) = 79.91%
R=8.55%
G=11.54%
B=79.91%

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
Decimal20271870.890.8600.27237.4980.6840.59
Hex141BBB595601Bed5129
Octal243327313112603335512151
Binary10100110111011101110110011010110011011111011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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