Html Css Color HEX #141CBD Persian Blue

📋 copy color: '#141CBD'

red 20 ◦ green 28 ◦ blue 189

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

Shades of Persian Blue #141CBD

Tints of Persian Blue #141CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

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

R = 8.44%
G = 11.81%
B = 79.75%

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

#141CBD (or 0x141CBD) is known color: Persian Blue. HEX triplet: 14, 1C and BD. RGB value is (20,28,189). Sum of RGB (Red+Green+Blue) = 20+28+189=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #141CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CBD is #EBE342. Grayscale: #2B2B2B. Windows color (decimal): -15459139 or 12393492. OLE color: 12393492.

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

Color convert

RGB 20 28 189 -
CMYK 0.89 0.85 0 0.26
HSL 237.16º 0.81% 0.41% -
HSV(B) 237.16º 0.89% 0.74% -
XYZ 9.89 4.65 48.52 -
YUV 43.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 20 28 189 0.89 0.85 0 0.26 237.16 0.81 0.41
Hex 14 1C BD 59 55 0 1A ED 51 29
Octal 24 34 275 131 125 0 32 355 121 51
Binary 10100 11100 10111101 1011001 1010101 0 11010 11101101 1010001 101001

Color Harmonies of #141CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CBD

Black with #141CBD

Text Example


Text Example

White with #141CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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