#131EBC

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

Shades of Persian Blue #131EBC

Tints of Persian Blue #131EBC

Color information

#131EBC (or 0x131EBC) is unknown color: approx Persian Blue. HEX triplet: 13, 1E and BC. RGB value is (19,30,188). Sum of RGB (Red+Green+Blue) = 19+30+188=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 188 (73.83% from 255 or 79.32% from 237); Max value from RGB is 188 - color contains mainly: blue. Hex color #131EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131EBC is #ECE143. Grayscale: #2C2C2C. Windows color (decimal): -15524164 or 12328467. OLE color: 12328467.

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

Color convert

RGB1930188-
CMYK0.900.8400.26
HSL236.09º81.64%40.59%-
HSV(B)236.09º89.89%73.73%-
XYZ9.814.747.97-
YUV44.72208.86109.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 188 (73.83% from 255) = 79.32%
R=8.02%
G=12.66%
B=79.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19301880.900.8400.26236.0981.6440.59
Hex131EBC5A5401Aec5229
Octal233627413212403235412251
Binary10011111101011110010110101010100011010111011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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