Html Css Color HEX #131AD2 Medium Blue

📋 copy color: '#131AD2'

red 19 ◦ green 26 ◦ blue 210

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

Shades of Medium Blue #131AD2

Tints of Medium Blue #131AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 82.35%

R = 7.45%
G = 10.2%
B = 82.35%

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

#131AD2 (or 0x131AD2) is known color: Medium Blue. HEX triplet: 13, 1A and D2. RGB value is (19,26,210). Sum of RGB (Red+Green+Blue) = 19+26+210=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 210 (82.42% from 255 or 82.35% from 255); Max value from RGB is 210 - color contains mainly: blue. Hex color #131AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131AD2 is #ECE52D. Grayscale: #2C2C2C. Windows color (decimal): -15525166 or 13769235. OLE color: 13769235.

HSL color Cylindrical-coordinate representation of color #131AD2: hue angle of 237.8º 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 #131AD2 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 26 210 -
CMYK 0.91 0.88 0 0.18
HSL 237.8º 0.83% 0.45% -
HSV(B) 237.8º 0.91% 0.82% -
XYZ 12.27 5.53 61.39 -
YUV 44.88 221.18 109.54 -
System Red Green Blue C M Y K H S L
Decimal 19 26 210 0.91 0.88 0 0.18 237.8 0.83 0.45
Hex 13 1A D2 5B 58 0 12 EE 53 2D
Octal 23 32 322 133 130 0 22 356 123 55
Binary 10011 11010 11010010 1011011 1011000 0 10010 11101110 1010011 101101

Color Harmonies of #131AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131AD2

Black with #131AD2

Text Example


Text Example

White with #131AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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