Html Css Color HEX #141ECF Persian Blue

📋 copy color: '#141ECF'

red 20 ◦ green 30 ◦ blue 207

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

Shades of Persian Blue #141ECF

Tints of Persian Blue #141ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

 BLUE value IS 207 (81.25% from 255) = 80.54%

R = 7.78%
G = 11.67%
B = 80.54%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#141ECF (or 0x141ECF) is known color: Persian Blue. HEX triplet: 14, 1E and CF. RGB value is (20,30,207). Sum of RGB (Red+Green+Blue) = 20+30+207=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #141ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ECF is #EBE130. Grayscale: #2E2E2E. Windows color (decimal): -15458609 or 13573652. OLE color: 13573652.

HSL color Cylindrical-coordinate representation of color #141ECF: hue angle of 236.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141ECF is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 30 207 -
CMYK 0.90 0.86 0 0.19
HSL 236.79º 0.82% 0.45% -
HSV(B) 236.79º 0.9% 0.81% -
XYZ 12.02 5.58 59.48 -
YUV 47.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 20 30 207 0.90 0.86 0 0.19 236.79 0.82 0.45
Hex 14 1E CF 5A 56 0 13 ED 52 2D
Octal 24 36 317 132 126 0 23 355 122 55
Binary 10100 11110 11001111 1011010 1010110 0 10011 11101101 1010010 101101

Color Harmonies of #141ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141ECF

Black with #141ECF

Text Example


Text Example

White with #141ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,30,207); }

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

background-color css

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

 a { background-color: rgb(20,30,207); }

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

border-color css

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

 span { border-color: rgb(20,30,207); }

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