Html Css Color HEX #141DBF Persian Blue

📋 copy color: '#141DBF'

red 20 ◦ green 29 ◦ blue 191

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

Shades of Persian Blue #141DBF

Tints of Persian Blue #141DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

 BLUE value IS 191 (75% from 255) = 79.58%

R = 8.33%
G = 12.08%
B = 79.58%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#141DBF (or 0x141DBF) is known color: Persian Blue. HEX triplet: 14, 1D and BF. RGB value is (20,29,191). Sum of RGB (Red+Green+Blue) = 20+29+191=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 191 (75% from 255 or 79.58% from 240); Max value from RGB is 191 - color contains mainly: blue. Hex color #141DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DBF is #EBE240. Grayscale: #2C2C2C. Windows color (decimal): -15458881 or 12524820. OLE color: 12524820.

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

Color convert

RGB 20 29 191 -
CMYK 0.90 0.85 0 0.25
HSL 236.84º 0.81% 0.41% -
HSV(B) 236.84º 0.9% 0.75% -
XYZ 10.13 4.79 49.68 -
YUV 44.78 210.52 110.33 -
System Red Green Blue C M Y K H S L
Decimal 20 29 191 0.90 0.85 0 0.25 236.84 0.81 0.41
Hex 14 1D BF 5A 55 0 19 ED 51 29
Octal 24 35 277 132 125 0 31 355 121 51
Binary 10100 11101 10111111 1011010 1010101 0 11001 11101101 1010001 101001

Color Harmonies of #141DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DBF

Black with #141DBF

Text Example


Text Example

White with #141DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,191); }

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

background-color css

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

 a { background-color: rgb(20,29,191); }

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

border-color css

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

 span { border-color: rgb(20,29,191); }

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