Html Css Color HEX #141CB9 Persian Blue

📋 copy color: '#141CB9'

red 20 ◦ green 28 ◦ blue 185

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

Shades of Persian Blue #141CB9

Tints of Persian Blue #141CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 79.4%

R = 8.58%
G = 12.02%
B = 79.4%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#141CB9 (or 0x141CB9) is known color: Persian Blue. HEX triplet: 14, 1C and B9. RGB value is (20,28,185). Sum of RGB (Red+Green+Blue) = 20+28+185=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 185 (72.66% from 255 or 79.40% from 233); Max value from RGB is 185 - color contains mainly: blue. Hex color #141CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CB9 is #EBE346. Grayscale: #2A2A2A. Windows color (decimal): -15459143 or 12131348. OLE color: 12131348.

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

Color convert

RGB 20 28 185 -
CMYK 0.89 0.85 0 0.27
HSL 237.09º 0.8% 0.4% -
HSV(B) 237.09º 0.89% 0.73% -
XYZ 9.46 4.48 46.27 -
YUV 43.51 207.85 111.23 -
System Red Green Blue C M Y K H S L
Decimal 20 28 185 0.89 0.85 0 0.27 237.09 0.8 0.4
Hex 14 1C B9 59 55 0 1B ED 50 28
Octal 24 34 271 131 125 0 33 355 120 50
Binary 10100 11100 10111001 1011001 1010101 0 11011 11101101 1010000 101000

Color Harmonies of #141CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CB9

Black with #141CB9

Text Example


Text Example

White with #141CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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