Html Css Color HEX #141FC5 Persian Blue

📋 copy color: '#141FC5'

red 20 ◦ green 31 ◦ blue 197

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

Shades of Persian Blue #141FC5

Tints of Persian Blue #141FC5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.5%

 BLUE value IS 197 (77.34% from 255) = 79.44%

R = 8.06%
G = 12.5%
B = 79.44%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#141FC5 (or 0x141FC5) is known color: Persian Blue. HEX triplet: 14, 1F and C5. RGB value is (20,31,197). Sum of RGB (Red+Green+Blue) = 20+31+197=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 197 (77.34% from 255 or 79.44% from 248); Max value from RGB is 197 - color contains mainly: blue. Hex color #141FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FC5 is #EBE03A. Grayscale: #2D2D2D. Windows color (decimal): -15458363 or 12918548. OLE color: 12918548.

HSL color Cylindrical-coordinate representation of color #141FC5: hue angle of 236.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141FC5 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 31 197 -
CMYK 0.90 0.84 0 0.23
HSL 236.27º 0.82% 0.43% -
HSV(B) 236.27º 0.9% 0.77% -
XYZ 10.86 5.16 53.25 -
YUV 46.64 212.86 109 -
System Red Green Blue C M Y K H S L
Decimal 20 31 197 0.90 0.84 0 0.23 236.27 0.82 0.43
Hex 14 1F C5 5A 54 0 17 EC 52 2B
Octal 24 37 305 132 124 0 27 354 122 53
Binary 10100 11111 11000101 1011010 1010100 0 10111 11101100 1010010 101011

Color Harmonies of #141FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141FC5

Black with #141FC5

Text Example


Text Example

White with #141FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,31,197); }

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

background-color css

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

 a { background-color: rgb(20,31,197); }

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

border-color css

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

 span { border-color: rgb(20,31,197); }

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