#131BB7

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

Shades of Persian Blue #131BB7

Tints of Persian Blue #131BB7

Color information

#131BB7 (or 0x131BB7) is unknown color: approx Persian Blue. HEX triplet: 13, 1B and B7. RGB value is (19,27,183). Sum of RGB (Red+Green+Blue) = 19+27+183=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 183 (71.88% from 255 or 79.91% from 229); Max value from RGB is 183 - color contains mainly: blue. Hex color #131BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BB7 is #ECE448. Grayscale: #292929. Windows color (decimal): -15524937 or 12000019. OLE color: 12000019.

HSL color Cylindrical-coordinate representation of color #131BB7: hue angle of 237.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131BB7 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1927183-
CMYK0.900.8500.28
HSL237.07º81.19%39.61%-
HSV(B)237.07º89.62%71.76%-
XYZ9.214.3445.15-
YUV42.39207.35111.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.30%
GREEN value IS 27 (10.94% from 255) = 11.79%
BLUE value IS 183 (71.88% from 255) = 79.91%
R=8.30%
G=11.79%
B=79.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal19271830.900.8500.28237.0781.1939.61
Hex131BB75A5501Ced5128
Octal233326713212503435512150
Binary10011110111011011110110101010101011100111011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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