Html Css Color HEX #131ABB Persian Blue

📋 copy color: '#131ABB'

red 19 ◦ green 26 ◦ blue 187

#131ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #131ABB

Tints of Persian Blue #131ABB

RGB

 RED value IS 19 (7.81% from 255) = 8.19%

 GREEN value IS 26 (10.55% from 255) = 11.21%

 BLUE value IS 187 (73.44% from 255) = 80.6%

R = 8.19%
G = 11.21%
B = 80.6%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#131ABB (or 0x131ABB) is known color: Persian Blue. HEX triplet: 13, 1A and BB. RGB value is (19,26,187). Sum of RGB (Red+Green+Blue) = 19+26+187=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #131ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ABB is #ECE544. Grayscale: #292929. Windows color (decimal): -15525189 or 12261907. OLE color: 12261907.

HSL color Cylindrical-coordinate representation of color #131ABB: hue angle of 237.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131ABB is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 26 187 -
CMYK 0.90 0.86 0 0.27
HSL 237.5º 0.82% 0.4% -
HSV(B) 237.5º 0.9% 0.73% -
XYZ 9.61 4.47 47.37 -
YUV 42.26 209.68 111.41 -
System Red Green Blue C M Y K H S L
Decimal 19 26 187 0.90 0.86 0 0.27 237.5 0.82 0.4
Hex 13 1A BB 5A 56 0 1B EE 52 28
Octal 23 32 273 132 126 0 33 356 122 50
Binary 10011 11010 10111011 1011010 1010110 0 11011 11101110 1010010 101000

Color Harmonies of #131ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131ABB

Black with #131ABB

Text Example


Text Example

White with #131ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #131ABB;
 }
 .AnyTagClassName
 {
   color: #131ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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