Html Css Color HEX #190EBC Medium Blue

📋 copy color: '#190EBC'

red 25 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #190EBC

Tints of Medium Blue #190EBC

RGB

 RED value IS 25 (10.16% from 255) = 11.01%

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

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

R = 11.01%
G = 6.17%
B = 82.82%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#190EBC (or 0x190EBC) is known color: Medium Blue. HEX triplet: 19, 0E and BC. RGB value is (25,14,188). Sum of RGB (Red+Green+Blue) = 25+14+188=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #190EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190EBC is #E6F143. Grayscale: #242424. Windows color (decimal): -15135044 or 12324377. OLE color: 12324377.

HSL color Cylindrical-coordinate representation of color #190EBC: hue angle of 243.79º 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 #190EBC is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 14 188 -
CMYK 0.87 0.93 0 0.26
HSL 243.79º 0.86% 0.4% -
HSV(B) 243.79º 0.93% 0.74% -
XYZ 9.64 4.15 47.87 -
YUV 37.13 213.14 119.35 -
System Red Green Blue C M Y K H S L
Decimal 25 14 188 0.87 0.93 0 0.26 243.79 0.86 0.4
Hex 19 E BC 57 5D 0 1A F4 56 28
Octal 31 16 274 127 135 0 32 364 126 50
Binary 11001 1110 10111100 1010111 1011101 0 11010 11110100 1010110 101000

Color Harmonies of #190EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190EBC

Black with #190EBC

Text Example


Text Example

White with #190EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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