Html Css Color HEX #131AD1 Medium Blue

📋 copy color: '#131AD1'

red 19 ◦ green 26 ◦ blue 209

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

Shades of Medium Blue #131AD1

Tints of Medium Blue #131AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 82.28%

R = 7.48%
G = 10.24%
B = 82.28%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#131AD1 (or 0x131AD1) is known color: Medium Blue. HEX triplet: 13, 1A and D1. RGB value is (19,26,209). Sum of RGB (Red+Green+Blue) = 19+26+209=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 209 (82.03% from 255 or 82.28% from 254); Max value from RGB is 209 - color contains mainly: blue. Hex color #131AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131AD1 is #ECE52E. Grayscale: #2C2C2C. Windows color (decimal): -15525167 or 13703699. OLE color: 13703699.

HSL color Cylindrical-coordinate representation of color #131AD1: hue angle of 237.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131AD1 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 26 209 -
CMYK 0.91 0.88 0 0.18
HSL 237.79º 0.83% 0.45% -
HSV(B) 237.79º 0.91% 0.82% -
XYZ 12.15 5.48 60.74 -
YUV 44.77 220.68 109.62 -
System Red Green Blue C M Y K H S L
Decimal 19 26 209 0.91 0.88 0 0.18 237.79 0.83 0.45
Hex 13 1A D1 5B 58 0 12 EE 53 2D
Octal 23 32 321 133 130 0 22 356 123 55
Binary 10011 11010 11010001 1011011 1011000 0 10010 11101110 1010011 101101

Color Harmonies of #131AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131AD1

Black with #131AD1

Text Example


Text Example

White with #131AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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