Html Css Color HEX #131BE0 Medium Blue

📋 copy color: '#131BE0'

red 19 ◦ green 27 ◦ blue 224

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

Shades of Medium Blue #131BE0

Tints of Medium Blue #131BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

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

R = 7.04%
G = 10%
B = 82.96%

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

#131BE0 (or 0x131BE0) is known color: Medium Blue. HEX triplet: 13, 1B and E0. RGB value is (19,27,224). Sum of RGB (Red+Green+Blue) = 19+27+224=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 224 (87.89% from 255 or 82.96% from 270); Max value from RGB is 224 - color contains mainly: blue. Hex color #131BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BE0 is #ECE41F. Grayscale: #2E2E2E. Windows color (decimal): -15524896 or 14686995. OLE color: 14686995.

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

Color convert

RGB 19 27 224 -
CMYK 0.92 0.88 0 0.12
HSL 237.66º 0.84% 0.48% -
HSV(B) 237.66º 0.92% 0.88% -
XYZ 14.12 6.3 70.99 -
YUV 47.07 227.85 107.98 -
System Red Green Blue C M Y K H S L
Decimal 19 27 224 0.92 0.88 0 0.12 237.66 0.84 0.48
Hex 13 1B E0 5C 58 0 C EE 54 30
Octal 23 33 340 134 130 0 14 356 124 60
Binary 10011 11011 11100000 1011100 1011000 0 1100 11101110 1010100 110000

Color Harmonies of #131BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BE0

Black with #131BE0

Text Example


Text Example

White with #131BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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