Html Css Color HEX #131CE0 Medium Blue

📋 copy color: '#131CE0'

red 19 ◦ green 28 ◦ blue 224

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

Shades of Medium Blue #131CE0

Tints of Medium Blue #131CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

 BLUE value IS 224 (87.89% from 255) = 82.66%

R = 7.01%
G = 10.33%
B = 82.66%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#131CE0 (or 0x131CE0) is known color: Medium Blue. HEX triplet: 13, 1C and E0. RGB value is (19,28,224). Sum of RGB (Red+Green+Blue) = 19+28+224=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 224 (87.89% from 255 or 82.66% from 271); Max value from RGB is 224 - color contains mainly: blue. Hex color #131CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CE0 is #ECE31F. Grayscale: #2E2E2E. Windows color (decimal): -15524640 or 14687251. OLE color: 14687251.

HSL color Cylindrical-coordinate representation of color #131CE0: hue angle of 237.37º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131CE0 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 28 224 -
CMYK 0.92 0.88 0 0.12
HSL 237.37º 0.84% 0.48% -
HSV(B) 237.37º 0.92% 0.88% -
XYZ 14.14 6.35 71 -
YUV 47.65 227.52 107.56 -
System Red Green Blue C M Y K H S L
Decimal 19 28 224 0.92 0.88 0 0.12 237.37 0.84 0.48
Hex 13 1C E0 5C 58 0 C ED 54 30
Octal 23 34 340 134 130 0 14 355 124 60
Binary 10011 11100 11100000 1011100 1011000 0 1100 11101101 1010100 110000

Color Harmonies of #131CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CE0

Black with #131CE0

Text Example


Text Example

White with #131CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,28,224); }

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

background-color css

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

 a { background-color: rgb(19,28,224); }

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

border-color css

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

 span { border-color: rgb(19,28,224); }

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