Html Css Color HEX #141DBD Persian Blue

📋 copy color: '#141DBD'

red 20 ◦ green 29 ◦ blue 189

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

Shades of Persian Blue #141DBD

Tints of Persian Blue #141DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 79.41%

R = 8.4%
G = 12.18%
B = 79.41%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#141DBD (or 0x141DBD) is known color: Persian Blue. HEX triplet: 14, 1D and BD. RGB value is (20,29,189). Sum of RGB (Red+Green+Blue) = 20+29+189=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 189 (74.22% from 255 or 79.41% from 238); Max value from RGB is 189 - color contains mainly: blue. Hex color #141DBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DBD is #EBE242. Grayscale: #2B2B2B. Windows color (decimal): -15458883 or 12393748. OLE color: 12393748.

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

Color convert

RGB 20 29 189 -
CMYK 0.89 0.85 0 0.26
HSL 236.8º 0.81% 0.41% -
HSV(B) 236.8º 0.89% 0.74% -
XYZ 9.91 4.7 48.53 -
YUV 44.55 209.52 110.49 -
System Red Green Blue C M Y K H S L
Decimal 20 29 189 0.89 0.85 0 0.26 236.8 0.81 0.41
Hex 14 1D BD 59 55 0 1A ED 51 29
Octal 24 35 275 131 125 0 32 355 121 51
Binary 10100 11101 10111101 1011001 1010101 0 11010 11101101 1010001 101001

Color Harmonies of #141DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141DBD

Black with #141DBD

Text Example


Text Example

White with #141DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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