Html Css Color HEX #131CE5 Medium Blue

📋 copy color: '#131CE5'

red 19 ◦ green 28 ◦ blue 229

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

Shades of Medium Blue #131CE5

Tints of Medium Blue #131CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 82.97%

R = 6.88%
G = 10.14%
B = 82.97%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#131CE5 (or 0x131CE5) is known color: Medium Blue. HEX triplet: 13, 1C and E5. RGB value is (19,28,229). Sum of RGB (Red+Green+Blue) = 19+28+229=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 229 (89.84% from 255 or 82.97% from 276); Max value from RGB is 229 - color contains mainly: blue. Hex color #131CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CE5 is #ECE31A. Grayscale: #2F2F2F. Windows color (decimal): -15524635 or 15014931. OLE color: 15014931.

HSL color Cylindrical-coordinate representation of color #131CE5: hue angle of 237.43º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131CE5 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 19 28 229 -
CMYK 0.92 0.88 0 0.10
HSL 237.43º 0.85% 0.49% -
HSV(B) 237.43º 0.92% 0.9% -
XYZ 14.83 6.63 74.63 -
YUV 48.22 230.02 107.16 -
System Red Green Blue C M Y K H S L
Decimal 19 28 229 0.92 0.88 0 0.10 237.43 0.85 0.49
Hex 13 1C E5 5C 58 0 A ED 55 31
Octal 23 34 345 134 130 0 12 355 125 61
Binary 10011 11100 11100101 1011100 1011000 0 1010 11101101 1010101 110001

Color Harmonies of #131CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CE5

Black with #131CE5

Text Example


Text Example

White with #131CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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