Html Css Color HEX #141EC7 Persian Blue

📋 copy color: '#141EC7'

red 20 ◦ green 30 ◦ blue 199

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

Shades of Persian Blue #141EC7

Tints of Persian Blue #141EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 79.92%

R = 8.03%
G = 12.05%
B = 79.92%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#141EC7 (or 0x141EC7) is known color: Persian Blue. HEX triplet: 14, 1E and C7. RGB value is (20,30,199). Sum of RGB (Red+Green+Blue) = 20+30+199=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 199 (78.12% from 255 or 79.92% from 249); Max value from RGB is 199 - color contains mainly: blue. Hex color #141EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141EC7 is #EBE138. Grayscale: #2D2D2D. Windows color (decimal): -15458617 or 13049364. OLE color: 13049364.

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

Color convert

RGB 20 30 199 -
CMYK 0.90 0.85 0 0.22
HSL 236.65º 0.82% 0.43% -
HSV(B) 236.65º 0.9% 0.78% -
XYZ 11.06 5.2 54.45 -
YUV 46.28 214.19 109.26 -
System Red Green Blue C M Y K H S L
Decimal 20 30 199 0.90 0.85 0 0.22 236.65 0.82 0.43
Hex 14 1E C7 5A 55 0 16 ED 52 2B
Octal 24 36 307 132 125 0 26 355 122 53
Binary 10100 11110 11000111 1011010 1010101 0 10110 11101101 1010010 101011

Color Harmonies of #141EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141EC7

Black with #141EC7

Text Example


Text Example

White with #141EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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