#131ABC

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

Shades of Persian Blue #131ABC

Tints of Persian Blue #131ABC

Color information

#131ABC (or 0x131ABC) is unknown color: approx Persian Blue. HEX triplet: 13, 1A and BC. RGB value is (19,26,188). Sum of RGB (Red+Green+Blue) = 19+26+188=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #131ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ABC is #ECE543. Grayscale: #292929. Windows color (decimal): -15525188 or 12327443. OLE color: 12327443.

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

Color convert

RGB1926188-
CMYK0.900.8600.26
HSL237.51º81.64%40.59%-
HSV(B)237.51º89.89%73.73%-
XYZ9.724.5147.94-
YUV42.38210.18111.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 188 (73.83% from 255) = 80.69%
R=8.15%
G=11.16%
B=80.69%

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
Decimal19261880.900.8600.26237.5181.6440.59
Hex131ABC5A5601Aee5229
Octal233227413212603235612251
Binary10011110101011110010110101010110011010111011101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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