Html Css Color HEX #141DBE Persian Blue

📋 copy color: '#141DBE'

red 20 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #141DBE

Tints of Persian Blue #141DBE

RGB

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

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

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

R = 8.37%
G = 12.13%
B = 79.5%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#141DBE (or 0x141DBE) is known color: Persian Blue. HEX triplet: 14, 1D and BE. RGB value is (20,29,190). Sum of RGB (Red+Green+Blue) = 20+29+190=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 190 (74.61% from 255 or 79.50% from 239); Max value from RGB is 190 - color contains mainly: blue. Hex color #141DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DBE is #EBE241. Grayscale: #2C2C2C. Windows color (decimal): -15458882 or 12459284. OLE color: 12459284.

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

Color convert

RGB 20 29 190 -
CMYK 0.89 0.85 0 0.25
HSL 236.82º 0.81% 0.41% -
HSV(B) 236.82º 0.89% 0.75% -
XYZ 10.02 4.75 49.1 -
YUV 44.66 210.02 110.41 -
System Red Green Blue C M Y K H S L
Decimal 20 29 190 0.89 0.85 0 0.25 236.82 0.81 0.41
Hex 14 1D BE 59 55 0 19 ED 51 29
Octal 24 35 276 131 125 0 31 355 121 51
Binary 10100 11101 10111110 1011001 1010101 0 11001 11101101 1010001 101001

Color Harmonies of #141DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DBE

Black with #141DBE

Text Example


Text Example

White with #141DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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