Html Css Color HEX #131CDE Medium Blue

📋 copy color: '#131CDE'

red 19 ◦ green 28 ◦ blue 222

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

Shades of Medium Blue #131CDE

Tints of Medium Blue #131CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 82.53%

R = 7.06%
G = 10.41%
B = 82.53%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#131CDE (or 0x131CDE) is known color: Medium Blue. HEX triplet: 13, 1C and DE. RGB value is (19,28,222). Sum of RGB (Red+Green+Blue) = 19+28+222=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 222 (87.11% from 255 or 82.53% from 269); Max value from RGB is 222 - color contains mainly: blue. Hex color #131CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CDE is #ECE321. Grayscale: #2E2E2E. Windows color (decimal): -15524642 or 14556179. OLE color: 14556179.

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

Color convert

RGB 19 28 222 -
CMYK 0.91 0.87 0 0.13
HSL 237.34º 0.84% 0.47% -
HSV(B) 237.34º 0.91% 0.87% -
XYZ 13.87 6.24 69.58 -
YUV 47.43 226.52 107.73 -
System Red Green Blue C M Y K H S L
Decimal 19 28 222 0.91 0.87 0 0.13 237.34 0.84 0.47
Hex 13 1C DE 5B 57 0 D ED 54 2F
Octal 23 34 336 133 127 0 15 355 124 57
Binary 10011 11100 11011110 1011011 1010111 0 1101 11101101 1010100 101111

Color Harmonies of #131CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CDE

Black with #131CDE

Text Example


Text Example

White with #131CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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