#141FC0

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

Shades of Persian Blue #141FC0

Tints of Persian Blue #141FC0

Color information

#141FC0 (or 0x141FC0) is unknown color: approx Persian Blue. HEX triplet: 14, 1F and C0. RGB value is (20,31,192). Sum of RGB (Red+Green+Blue) = 20+31+192=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 192 (75.39% from 255 or 79.01% from 243); Max value from RGB is 192 - color contains mainly: blue. Hex color #141FC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FC0 is #EBE03F. Grayscale: #2D2D2D. Windows color (decimal): -15458368 or 12590868. OLE color: 12590868.

HSL color Cylindrical-coordinate representation of color #141FC0: hue angle of 236.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141FC0 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2031192-
CMYK0.900.8400.25
HSL236.16º81.13%41.57%-
HSV(B)236.16º89.58%75.29%-
XYZ10.294.9350.28-
YUV46.06210.36109.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 31 (12.5% from 255) = 12.76%
BLUE value IS 192 (75.39% from 255) = 79.01%
R=8.23%
G=12.76%
B=79.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20311920.900.8400.25236.1681.1341.57
Hex141FC05A54019ec512a
Octal243730013212403135412152
Binary10100111111100000010110101010100011001111011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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