Html Css Color HEX #131BDA Medium Blue

📋 copy color: '#131BDA'

red 19 ◦ green 27 ◦ blue 218

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

Shades of Medium Blue #131BDA

Tints of Medium Blue #131BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 82.58%

R = 7.2%
G = 10.23%
B = 82.58%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#131BDA (or 0x131BDA) is known color: Medium Blue. HEX triplet: 13, 1B and DA. RGB value is (19,27,218). Sum of RGB (Red+Green+Blue) = 19+27+218=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 218 (85.55% from 255 or 82.58% from 264); Max value from RGB is 218 - color contains mainly: blue. Hex color #131BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131BDA is #ECE425. Grayscale: #2D2D2D. Windows color (decimal): -15524902 or 14293779. OLE color: 14293779.

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

Color convert

RGB 19 27 218 -
CMYK 0.91 0.88 0 0.15
HSL 237.59º 0.84% 0.46% -
HSV(B) 237.59º 0.91% 0.85% -
XYZ 13.32 5.98 66.78 -
YUV 46.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 19 27 218 0.91 0.88 0 0.15 237.59 0.84 0.46
Hex 13 1B DA 5B 58 0 F EE 54 2E
Octal 23 33 332 133 130 0 17 356 124 56
Binary 10011 11011 11011010 1011011 1011000 0 1111 11101110 1010100 101110

Color Harmonies of #131BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131BDA

Black with #131BDA

Text Example


Text Example

White with #131BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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