Html Css Color HEX #131DDB Medium Blue

📋 copy color: '#131DDB'

red 19 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #131DDB

Tints of Medium Blue #131DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

 BLUE value IS 219 (85.94% from 255) = 82.02%

R = 7.12%
G = 10.86%
B = 82.02%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#131DDB (or 0x131DDB) is known color: Medium Blue. HEX triplet: 13, 1D and DB. RGB value is (19,29,219). Sum of RGB (Red+Green+Blue) = 19+29+219=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #131DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DDB is #ECE224. Grayscale: #2E2E2E. Windows color (decimal): -15524389 or 14359827. OLE color: 14359827.

HSL color Cylindrical-coordinate representation of color #131DDB: hue angle of 237º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131DDB is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 29 219 -
CMYK 0.91 0.87 0 0.14
HSL 237º 0.84% 0.47% -
HSV(B) 237º 0.91% 0.86% -
XYZ 13.49 6.13 67.49 -
YUV 47.67 224.69 107.55 -
System Red Green Blue C M Y K H S L
Decimal 19 29 219 0.91 0.87 0 0.14 237 0.84 0.47
Hex 13 1D DB 5B 57 0 E ED 54 2F
Octal 23 35 333 133 127 0 16 355 124 57
Binary 10011 11101 11011011 1011011 1010111 0 1110 11101101 1010100 101111

Color Harmonies of #131DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DDB

Black with #131DDB

Text Example


Text Example

White with #131DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,219); }

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

background-color css

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

 a { background-color: rgb(19,29,219); }

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

border-color css

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

 span { border-color: rgb(19,29,219); }

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