Html Css Color HEX #141DBB Persian Blue

📋 copy color: '#141DBB'

red 20 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #141DBB

Tints of Persian Blue #141DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 79.24%

R = 8.47%
G = 12.29%
B = 79.24%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#141DBB (or 0x141DBB) is known color: Persian Blue. HEX triplet: 14, 1D and BB. RGB value is (20,29,187). Sum of RGB (Red+Green+Blue) = 20+29+187=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 187 (73.44% from 255 or 79.24% from 236); Max value from RGB is 187 - color contains mainly: blue. Hex color #141DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DBB is #EBE244. Grayscale: #2B2B2B. Windows color (decimal): -15458885 or 12262676. OLE color: 12262676.

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

Color convert

RGB 20 29 187 -
CMYK 0.89 0.84 0 0.27
HSL 236.77º 0.81% 0.41% -
HSV(B) 236.77º 0.89% 0.73% -
XYZ 9.7 4.62 47.39 -
YUV 44.32 208.52 110.65 -
System Red Green Blue C M Y K H S L
Decimal 20 29 187 0.89 0.84 0 0.27 236.77 0.81 0.41
Hex 14 1D BB 59 54 0 1B ED 51 29
Octal 24 35 273 131 124 0 33 355 121 51
Binary 10100 11101 10111011 1011001 1010100 0 11011 11101101 1010001 101001

Color Harmonies of #141DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DBB

Black with #141DBB

Text Example


Text Example

White with #141DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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