Html Css Color HEX #130EBC Medium Blue

📋 copy color: '#130EBC'

red 19 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #130EBC

Tints of Medium Blue #130EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.33%

 BLUE value IS 188 (73.83% from 255) = 85.07%

R = 8.6%
G = 6.33%
B = 85.07%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#130EBC (or 0x130EBC) is known color: Medium Blue. HEX triplet: 13, 0E and BC. RGB value is (19,14,188). Sum of RGB (Red+Green+Blue) = 19+14+188=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #130EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EBC is #ECF143. Grayscale: #222222. Windows color (decimal): -15528260 or 12324371. OLE color: 12324371.

HSL color Cylindrical-coordinate representation of color #130EBC: hue angle of 241.72º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130EBC is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 14 188 -
CMYK 0.90 0.93 0 0.26
HSL 241.72º 0.86% 0.4% -
HSV(B) 241.72º 0.93% 0.74% -
XYZ 9.5 4.08 47.86 -
YUV 35.33 214.16 116.35 -
System Red Green Blue C M Y K H S L
Decimal 19 14 188 0.90 0.93 0 0.26 241.72 0.86 0.4
Hex 13 E BC 5A 5D 0 1A F2 56 28
Octal 23 16 274 132 135 0 32 362 126 50
Binary 10011 1110 10111100 1011010 1011101 0 11010 11110010 1010110 101000

Color Harmonies of #130EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130EBC

Black with #130EBC

Text Example


Text Example

White with #130EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130EBC; }

 p { color: rgb(19,14,188); }

 H1.HeaderClassName
 {
   color: #130EBC;
 }
 .AnyTagClassName
 {
   color: #130EBC;
 }
</style>

background-color css

<style>
 a { background-color: #130EBC; }

 a { background-color: rgb(19,14,188); }

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

border-color css

<style>
 span { border-color: #130EBC; }

 span { border-color: rgb(19,14,188); }

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