Html Css Color HEX #131BDC Medium Blue

📋 copy color: '#131BDC'

red 19 ◦ green 27 ◦ blue 220

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

Shades of Medium Blue #131BDC

Tints of Medium Blue #131BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 82.71%

R = 7.14%
G = 10.15%
B = 82.71%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#131BDC (or 0x131BDC) is known color: Medium Blue. HEX triplet: 13, 1B and DC. RGB value is (19,27,220). Sum of RGB (Red+Green+Blue) = 19+27+220=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #131BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BDC is #ECE423. Grayscale: #2D2D2D. Windows color (decimal): -15524900 or 14424851. OLE color: 14424851.

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

Color convert

RGB 19 27 220 -
CMYK 0.91 0.88 0 0.14
HSL 237.61º 0.84% 0.47% -
HSV(B) 237.61º 0.91% 0.86% -
XYZ 13.58 6.09 68.17 -
YUV 46.61 225.85 108.31 -
System Red Green Blue C M Y K H S L
Decimal 19 27 220 0.91 0.88 0 0.14 237.61 0.84 0.47
Hex 13 1B DC 5B 58 0 E EE 54 2F
Octal 23 33 334 133 130 0 16 356 124 57
Binary 10011 11011 11011100 1011011 1011000 0 1110 11101110 1010100 101111

Color Harmonies of #131BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BDC

Black with #131BDC

Text Example


Text Example

White with #131BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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