Html Css Color HEX #141ABA Persian Blue

📋 copy color: '#141ABA'

red 20 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #141ABA

Tints of Persian Blue #141ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 80.17%

R = 8.62%
G = 11.21%
B = 80.17%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#141ABA (or 0x141ABA) is known color: Persian Blue. HEX triplet: 14, 1A and BA. RGB value is (20,26,186). Sum of RGB (Red+Green+Blue) = 20+26+186=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 186 (73.05% from 255 or 80.17% from 232); Max value from RGB is 186 - color contains mainly: blue. Hex color #141ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ABA is #EBE545. Grayscale: #292929. Windows color (decimal): -15459654 or 12196372. OLE color: 12196372.

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

Color convert

RGB 20 26 186 -
CMYK 0.89 0.86 0 0.27
HSL 237.83º 0.81% 0.4% -
HSV(B) 237.83º 0.89% 0.73% -
XYZ 9.52 4.43 46.81 -
YUV 42.45 209.01 111.99 -
System Red Green Blue C M Y K H S L
Decimal 20 26 186 0.89 0.86 0 0.27 237.83 0.81 0.4
Hex 14 1A BA 59 56 0 1B EE 51 28
Octal 24 32 272 131 126 0 33 356 121 50
Binary 10100 11010 10111010 1011001 1010110 0 11011 11101110 1010001 101000

Color Harmonies of #141ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141ABA

Black with #141ABA

Text Example


Text Example

White with #141ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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