#131BBC

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

Shades of Persian Blue #131BBC

Tints of Persian Blue #131BBC

Color information

#131BBC (or 0x131BBC) is unknown color: approx Persian Blue. HEX triplet: 13, 1B and BC. RGB value is (19,27,188). Sum of RGB (Red+Green+Blue) = 19+27+188=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #131BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BBC is #ECE443. Grayscale: #2A2A2A. Windows color (decimal): -15524932 or 12327699. OLE color: 12327699.

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

Color convert

RGB1927188-
CMYK0.900.8600.26
HSL237.16º81.64%40.59%-
HSV(B)237.16º89.89%73.73%-
XYZ9.744.5547.94-
YUV42.96209.85110.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 188 (73.83% from 255) = 80.34%
R=8.12%
G=11.54%
B=80.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19271880.900.8600.26237.1681.6440.59
Hex131BBC5A5601Aed5229
Octal233327413212603235512251
Binary10011110111011110010110101010110011010111011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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