Html Css Color HEX #141ABC Persian Blue

📋 copy color: '#141ABC'

red 20 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #141ABC

Tints of Persian Blue #141ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80.34%

R = 8.55%
G = 11.11%
B = 80.34%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#141ABC (or 0x141ABC) is known color: Persian Blue. HEX triplet: 14, 1A and BC. RGB value is (20,26,188). Sum of RGB (Red+Green+Blue) = 20+26+188=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #141ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ABC is #EBE543. Grayscale: #2A2A2A. Windows color (decimal): -15459652 or 12327444. OLE color: 12327444.

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

Color convert

RGB 20 26 188 -
CMYK 0.89 0.86 0 0.26
HSL 237.86º 0.81% 0.41% -
HSV(B) 237.86º 0.89% 0.74% -
XYZ 9.73 4.52 47.94 -
YUV 42.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 20 26 188 0.89 0.86 0 0.26 237.86 0.81 0.41
Hex 14 1A BC 59 56 0 1A EE 51 29
Octal 24 32 274 131 126 0 32 356 121 51
Binary 10100 11010 10111100 1011001 1010110 0 11010 11101110 1010001 101001

Color Harmonies of #141ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141ABC

Black with #141ABC

Text Example


Text Example

White with #141ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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