Html Css Color HEX #131AC9 Medium Blue

📋 copy color: '#131AC9'

red 19 ◦ green 26 ◦ blue 201

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

Shades of Medium Blue #131AC9

Tints of Medium Blue #131AC9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

 BLUE value IS 201 (78.91% from 255) = 81.71%

R = 7.72%
G = 10.57%
B = 81.71%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#131AC9 (or 0x131AC9) is known color: Medium Blue. HEX triplet: 13, 1A and C9. RGB value is (19,26,201). Sum of RGB (Red+Green+Blue) = 19+26+201=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 201 (78.91% from 255 or 81.71% from 246); Max value from RGB is 201 - color contains mainly: blue. Hex color #131AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131AC9 is #ECE536. Grayscale: #2B2B2B. Windows color (decimal): -15525175 or 13179411. OLE color: 13179411.

HSL color Cylindrical-coordinate representation of color #131AC9: hue angle of 237.69º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131AC9 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 26 201 -
CMYK 0.91 0.87 0 0.21
HSL 237.69º 0.83% 0.43% -
HSV(B) 237.69º 0.91% 0.79% -
XYZ 11.18 5.09 55.65 -
YUV 43.86 216.68 110.27 -
System Red Green Blue C M Y K H S L
Decimal 19 26 201 0.91 0.87 0 0.21 237.69 0.83 0.43
Hex 13 1A C9 5B 57 0 15 EE 53 2B
Octal 23 32 311 133 127 0 25 356 123 53
Binary 10011 11010 11001001 1011011 1010111 0 10101 11101110 1010011 101011

Color Harmonies of #131AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131AC9

Black with #131AC9

Text Example


Text Example

White with #131AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,26,201); }

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

background-color css

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

 a { background-color: rgb(19,26,201); }

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

border-color css

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

 span { border-color: rgb(19,26,201); }

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