Html Css Color HEX #131CDF Medium Blue

📋 copy color: '#131CDF'

red 19 ◦ green 28 ◦ blue 223

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

Shades of Medium Blue #131CDF

Tints of Medium Blue #131CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.59%

R = 7.04%
G = 10.37%
B = 82.59%

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

#131CDF (or 0x131CDF) is known color: Medium Blue. HEX triplet: 13, 1C and DF. RGB value is (19,28,223). Sum of RGB (Red+Green+Blue) = 19+28+223=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #131CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CDF is #ECE320. Grayscale: #2E2E2E. Windows color (decimal): -15524641 or 14621715. OLE color: 14621715.

HSL color Cylindrical-coordinate representation of color #131CDF: hue angle of 237.35º 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 #131CDF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 28 223 -
CMYK 0.91 0.87 0 0.13
HSL 237.35º 0.84% 0.47% -
HSV(B) 237.35º 0.91% 0.87% -
XYZ 14 6.3 70.29 -
YUV 47.54 227.02 107.64 -
System Red Green Blue C M Y K H S L
Decimal 19 28 223 0.91 0.87 0 0.13 237.35 0.84 0.47
Hex 13 1C DF 5B 57 0 D ED 54 2F
Octal 23 34 337 133 127 0 15 355 124 57
Binary 10011 11100 11011111 1011011 1010111 0 1101 11101101 1010100 101111

Color Harmonies of #131CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CDF

Black with #131CDF

Text Example


Text Example

White with #131CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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