Html Css Color HEX #141BB9 Persian Blue

📋 copy color: '#141BB9'

red 20 ◦ green 27 ◦ blue 185

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

Shades of Persian Blue #141BB9

Tints of Persian Blue #141BB9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.64%

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

R = 8.62%
G = 11.64%
B = 79.74%

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

#141BB9 (or 0x141BB9) is known color: Persian Blue. HEX triplet: 14, 1B and B9. RGB value is (20,27,185). Sum of RGB (Red+Green+Blue) = 20+27+185=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 185 (72.66% from 255 or 79.74% from 232); Max value from RGB is 185 - color contains mainly: blue. Hex color #141BB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141BB9 is #EBE446. Grayscale: #2A2A2A. Windows color (decimal): -15459399 or 12131092. OLE color: 12131092.

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

Color convert

RGB 20 27 185 -
CMYK 0.89 0.85 0 0.27
HSL 237.45º 0.8% 0.4% -
HSV(B) 237.45º 0.89% 0.73% -
XYZ 9.44 4.44 46.26 -
YUV 42.92 208.18 111.65 -
System Red Green Blue C M Y K H S L
Decimal 20 27 185 0.89 0.85 0 0.27 237.45 0.8 0.4
Hex 14 1B B9 59 55 0 1B ED 50 28
Octal 24 33 271 131 125 0 33 355 120 50
Binary 10100 11011 10111001 1011001 1010101 0 11011 11101101 1010000 101000

Color Harmonies of #141BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141BB9

Black with #141BB9

Text Example


Text Example

White with #141BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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