Html Css Color HEX #141CBE Persian Blue

📋 copy color: '#141CBE'

red 20 ◦ green 28 ◦ blue 190

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

Shades of Persian Blue #141CBE

Tints of Persian Blue #141CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 79.83%

R = 8.4%
G = 11.76%
B = 79.83%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#141CBE (or 0x141CBE) is known color: Persian Blue. HEX triplet: 14, 1C and BE. RGB value is (20,28,190). Sum of RGB (Red+Green+Blue) = 20+28+190=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #141CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141CBE is #EBE341. Grayscale: #2B2B2B. Windows color (decimal): -15459138 or 12459028. OLE color: 12459028.

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

Color convert

RGB 20 28 190 -
CMYK 0.89 0.85 0 0.25
HSL 237.18º 0.81% 0.41% -
HSV(B) 237.18º 0.89% 0.75% -
XYZ 10 4.7 49.09 -
YUV 44.08 210.35 110.83 -
System Red Green Blue C M Y K H S L
Decimal 20 28 190 0.89 0.85 0 0.25 237.18 0.81 0.41
Hex 14 1C BE 59 55 0 19 ED 51 29
Octal 24 34 276 131 125 0 31 355 121 51
Binary 10100 11100 10111110 1011001 1010101 0 11001 11101101 1010001 101001

Color Harmonies of #141CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141CBE

Black with #141CBE

Text Example


Text Example

White with #141CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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