Html Css Color HEX #141FCD Persian Blue

📋 copy color: '#141FCD'

red 20 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #141FCD

Tints of Persian Blue #141FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 80.08%

R = 7.81%
G = 12.11%
B = 80.08%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#141FCD (or 0x141FCD) is known color: Persian Blue. HEX triplet: 14, 1F and CD. RGB value is (20,31,205). Sum of RGB (Red+Green+Blue) = 20+31+205=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #141FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FCD is #EBE032. Grayscale: #2E2E2E. Windows color (decimal): -15458355 or 13442836. OLE color: 13442836.

HSL color Cylindrical-coordinate representation of color #141FCD: hue angle of 236.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141FCD is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 31 205 -
CMYK 0.90 0.85 0 0.20
HSL 236.43º 0.82% 0.44% -
HSV(B) 236.43º 0.9% 0.8% -
XYZ 11.8 5.54 58.2 -
YUV 47.55 216.86 108.35 -
System Red Green Blue C M Y K H S L
Decimal 20 31 205 0.90 0.85 0 0.20 236.43 0.82 0.44
Hex 14 1F CD 5A 55 0 14 EC 52 2C
Octal 24 37 315 132 125 0 24 354 122 54
Binary 10100 11111 11001101 1011010 1010101 0 10100 11101100 1010010 101100

Color Harmonies of #141FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141FCD

Black with #141FCD

Text Example


Text Example

White with #141FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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