Html Css Color HEX #131BDD Medium Blue

📋 copy color: '#131BDD'

red 19 ◦ green 27 ◦ blue 221

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

Shades of Medium Blue #131BDD

Tints of Medium Blue #131BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 82.77%

R = 7.12%
G = 10.11%
B = 82.77%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#131BDD (or 0x131BDD) is known color: Medium Blue. HEX triplet: 13, 1B and DD. RGB value is (19,27,221). Sum of RGB (Red+Green+Blue) = 19+27+221=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #131BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BDD is #ECE422. Grayscale: #2D2D2D. Windows color (decimal): -15524899 or 14490387. OLE color: 14490387.

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

Color convert

RGB 19 27 221 -
CMYK 0.91 0.88 0 0.13
HSL 237.62º 0.84% 0.47% -
HSV(B) 237.62º 0.91% 0.87% -
XYZ 13.71 6.14 68.87 -
YUV 46.72 226.35 108.23 -
System Red Green Blue C M Y K H S L
Decimal 19 27 221 0.91 0.88 0 0.13 237.62 0.84 0.47
Hex 13 1B DD 5B 58 0 D EE 54 2F
Octal 23 33 335 133 130 0 15 356 124 57
Binary 10011 11011 11011101 1011011 1011000 0 1101 11101110 1010100 101111

Color Harmonies of #131BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BDD

Black with #131BDD

Text Example


Text Example

White with #131BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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