Html Css Color HEX #131CDC Medium Blue

📋 copy color: '#131CDC'

red 19 ◦ green 28 ◦ blue 220

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

Shades of Medium Blue #131CDC

Tints of Medium Blue #131CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.49%

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

R = 7.12%
G = 10.49%
B = 82.4%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#131CDC (or 0x131CDC) is known color: Medium Blue. HEX triplet: 13, 1C and DC. RGB value is (19,28,220). Sum of RGB (Red+Green+Blue) = 19+28+220=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #131CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CDC is #ECE323. Grayscale: #2E2E2E. Windows color (decimal): -15524644 or 14425107. OLE color: 14425107.

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

Color convert

RGB 19 28 220 -
CMYK 0.91 0.87 0 0.14
HSL 237.31º 0.84% 0.47% -
HSV(B) 237.31º 0.91% 0.86% -
XYZ 13.6 6.14 68.18 -
YUV 47.2 225.52 107.89 -
System Red Green Blue C M Y K H S L
Decimal 19 28 220 0.91 0.87 0 0.14 237.31 0.84 0.47
Hex 13 1C DC 5B 57 0 E ED 54 2F
Octal 23 34 334 133 127 0 16 355 124 57
Binary 10011 11100 11011100 1011011 1010111 0 1110 11101101 1010100 101111

Color Harmonies of #131CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CDC

Black with #131CDC

Text Example


Text Example

White with #131CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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