#141FC7

Color #141FC7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #141FC7

Tints of Persian Blue #141FC7

Color information

#141FC7 (or 0x141FC7) is unknown color: approx Persian Blue. HEX triplet: 14, 1F and C7. RGB value is (20,31,199). Sum of RGB (Red+Green+Blue) = 20+31+199=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 199 (78.12% from 255 or 79.6% from 250); Max value from RGB is 199 - color contains mainly: blue. Hex color #141FC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FC7 is #EBE038. Grayscale: #2E2E2E. Windows color (decimal): -15458361 or 13049620. OLE color: 13049620.

HSL color Cylindrical-coordinate representation of color #141FC7: hue angle of 236.31º 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 #141FC7 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2031199-
CMYK0.900.8400.22
HSL236.31º81.74%42.94%-
HSV(B)236.31º89.95%78.04%-
XYZ11.095.2554.46-
YUV46.86213.86108.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 31 (12.5% from 255) = 12.4%
BLUE value IS 199 (78.12% from 255) = 79.6%
R=8%
G=12.4%
B=79.6%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20311990.900.8400.22236.3181.7442.94
Hex141FC75A54016ec522b
Octal243730713212402635412253
Binary10100111111100011110110101010100010110111011001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #141FC7;
 }
 .AnyTagClassName
 {
   color: #141FC7;
 }
</style>
background-color css

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

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

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

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

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

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