#131DBC

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

Shades of Persian Blue #131DBC

Tints of Persian Blue #131DBC

Color information

#131DBC (or 0x131DBC) is unknown color: approx Persian Blue. HEX triplet: 13, 1D and BC. RGB value is (19,29,188). Sum of RGB (Red+Green+Blue) = 19+29+188=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #131DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DBC is #ECE243. Grayscale: #2B2B2B. Windows color (decimal): -15524420 or 12328211. OLE color: 12328211.

HSL color Cylindrical-coordinate representation of color #131DBC: hue angle of 236.45º 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 #131DBC is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1929188-
CMYK0.900.8500.26
HSL236.45º81.64%40.59%-
HSV(B)236.45º89.89%73.73%-
XYZ9.794.6547.96-
YUV44.14209.19110.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 188 (73.83% from 255) = 79.66%
R=8.05%
G=12.29%
B=79.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19291880.900.8500.26236.4581.6440.59
Hex131DBC5A5501Aec5229
Octal233527413212503235412251
Binary10011111011011110010110101010101011010111011001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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