Html Css Color HEX #190BD5 Medium Blue

📋 copy color: '#190BD5'

red 25 ◦ green 11 ◦ blue 213

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

Shades of Medium Blue #190BD5

Tints of Medium Blue #190BD5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.42%

 BLUE value IS 213 (83.59% from 255) = 85.54%

R = 10.04%
G = 4.42%
B = 85.54%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#190BD5 (or 0x190BD5) is known color: Medium Blue. HEX triplet: 19, 0B and D5. RGB value is (25,11,213). Sum of RGB (Red+Green+Blue) = 25+11+213=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 213 (83.59% from 255 or 85.54% from 249); Max value from RGB is 213 - color contains mainly: blue. Hex color #190BD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190BD5 is #E6F42A. Grayscale: #252525. Windows color (decimal): -15135787 or 13962009. OLE color: 13962009.

HSL color Cylindrical-coordinate representation of color #190BD5: hue angle of 244.16º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190BD5 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 11 213 -
CMYK 0.88 0.95 0 0.16
HSL 244.16º 0.9% 0.44% -
HSV(B) 244.16º 0.95% 0.84% -
XYZ 12.53 5.25 63.3 -
YUV 38.21 226.64 118.57 -
System Red Green Blue C M Y K H S L
Decimal 25 11 213 0.88 0.95 0 0.16 244.16 0.9 0.44
Hex 19 B D5 58 5F 0 10 F4 5A 2C
Octal 31 13 325 130 137 0 20 364 132 54
Binary 11001 1011 11010101 1011000 1011111 0 10000 11110100 1011010 101100

Color Harmonies of #190BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190BD5

Black with #190BD5

Text Example


Text Example

White with #190BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,11,213); }

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

background-color css

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

 a { background-color: rgb(25,11,213); }

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

border-color css

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

 span { border-color: rgb(25,11,213); }

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