Html Css Color HEX #131ABA Persian Blue

📋 copy color: '#131ABA'

red 19 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #131ABA

Tints of Persian Blue #131ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 80.52%

R = 8.23%
G = 11.26%
B = 80.52%

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

#131ABA (or 0x131ABA) is known color: Persian Blue. HEX triplet: 13, 1A and BA. RGB value is (19,26,186). Sum of RGB (Red+Green+Blue) = 19+26+186=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #131ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ABA is #ECE545. Grayscale: #292929. Windows color (decimal): -15525190 or 12196371. OLE color: 12196371.

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

Color convert

RGB 19 26 186 -
CMYK 0.90 0.86 0 0.27
HSL 237.49º 0.81% 0.4% -
HSV(B) 237.49º 0.9% 0.73% -
XYZ 9.5 4.42 46.81 -
YUV 42.15 209.18 111.49 -
System Red Green Blue C M Y K H S L
Decimal 19 26 186 0.90 0.86 0 0.27 237.49 0.81 0.4
Hex 13 1A BA 5A 56 0 1B ED 51 28
Octal 23 32 272 132 126 0 33 355 121 50
Binary 10011 11010 10111010 1011010 1010110 0 11011 11101101 1010001 101000

Color Harmonies of #131ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131ABA

Black with #131ABA

Text Example


Text Example

White with #131ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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