#141EBC

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

Shades of Persian Blue #141EBC

Tints of Persian Blue #141EBC

Color information

#141EBC (or 0x141EBC) is unknown color: approx Persian Blue. HEX triplet: 14, 1E and BC. RGB value is (20,30,188). Sum of RGB (Red+Green+Blue) = 20+30+188=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 188 (73.83% from 255 or 78.99% from 238); Max value from RGB is 188 - color contains mainly: blue. Hex color #141EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141EBC is #EBE143. Grayscale: #2C2C2C. Windows color (decimal): -15458628 or 12328468. OLE color: 12328468.

HSL color Cylindrical-coordinate representation of color #141EBC: hue angle of 236.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #141EBC is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2030188-
CMYK0.890.8400.26
HSL236.43º80.77%40.78%-
HSV(B)236.43º89.36%73.73%-
XYZ9.834.7147.97-
YUV45.02208.69110.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 188 (73.83% from 255) = 78.99%
R=8.40%
G=12.61%
B=78.99%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal20301880.890.8400.26236.4380.7740.78
Hex141EBC595401Aec5129
Octal243627413112403235412151
Binary10100111101011110010110011010100011010111011001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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