Html Css Color HEX #141ABE Persian Blue

📋 copy color: '#141ABE'

red 20 ◦ green 26 ◦ blue 190

#141ABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #141ABE

Tints of Persian Blue #141ABE

RGB

 RED value IS 20 (8.2% from 255) = 8.47%

 GREEN value IS 26 (10.55% from 255) = 11.02%

 BLUE value IS 190 (74.61% from 255) = 80.51%

R = 8.47%
G = 11.02%
B = 80.51%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#141ABE (or 0x141ABE) is known color: Persian Blue. HEX triplet: 14, 1A and BE. RGB value is (20,26,190). Sum of RGB (Red+Green+Blue) = 20+26+190=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #141ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ABE is #EBE541. Grayscale: #2A2A2A. Windows color (decimal): -15459650 or 12458516. OLE color: 12458516.

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

Color convert

RGB 20 26 190 -
CMYK 0.89 0.86 0 0.25
HSL 237.88º 0.81% 0.41% -
HSV(B) 237.88º 0.89% 0.75% -
XYZ 9.95 4.61 49.08 -
YUV 42.9 211.01 111.66 -
System Red Green Blue C M Y K H S L
Decimal 20 26 190 0.89 0.86 0 0.25 237.88 0.81 0.41
Hex 14 1A BE 59 56 0 19 EE 51 29
Octal 24 32 276 131 126 0 31 356 121 51
Binary 10100 11010 10111110 1011001 1010110 0 11001 11101110 1010001 101001

Color Harmonies of #141ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141ABE

Black with #141ABE

Text Example


Text Example

White with #141ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #141ABE;
 }
 .AnyTagClassName
 {
   color: #141ABE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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