Html Css Color HEX #131ADF Medium Blue

📋 copy color: '#131ADF'

red 19 ◦ green 26 ◦ blue 223

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

Shades of Medium Blue #131ADF

Tints of Medium Blue #131ADF

RGB

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

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

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

R = 7.09%
G = 9.7%
B = 83.21%

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

#131ADF (or 0x131ADF) is known color: Medium Blue. HEX triplet: 13, 1A and DF. RGB value is (19,26,223). Sum of RGB (Red+Green+Blue) = 19+26+223=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 223 (87.5% from 255 or 83.21% from 268); Max value from RGB is 223 - color contains mainly: blue. Hex color #131ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131ADF is #ECE520. Grayscale: #2D2D2D. Windows color (decimal): -15525153 or 14621203. OLE color: 14621203.

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

Color convert

RGB 19 26 223 -
CMYK 0.91 0.88 0 0.13
HSL 237.94º 0.84% 0.47% -
HSV(B) 237.94º 0.91% 0.87% -
XYZ 13.96 6.2 70.27 -
YUV 46.37 227.68 108.48 -
System Red Green Blue C M Y K H S L
Decimal 19 26 223 0.91 0.88 0 0.13 237.94 0.84 0.47
Hex 13 1A DF 5B 58 0 D EE 54 2F
Octal 23 32 337 133 130 0 15 356 124 57
Binary 10011 11010 11011111 1011011 1011000 0 1101 11101110 1010100 101111

Color Harmonies of #131ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131ADF

Black with #131ADF

Text Example


Text Example

White with #131ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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