Html Css Color HEX #190ADB Medium Blue

📋 copy color: '#190ADB'

red 25 ◦ green 10 ◦ blue 219

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

Shades of Medium Blue #190ADB

Tints of Medium Blue #190ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.94%

 BLUE value IS 219 (85.94% from 255) = 86.22%

R = 9.84%
G = 3.94%
B = 86.22%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#190ADB (or 0x190ADB) is known color: Medium Blue. HEX triplet: 19, 0A and DB. RGB value is (25,10,219). Sum of RGB (Red+Green+Blue) = 25+10+219=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #190ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190ADB is #E6F524. Grayscale: #252525. Windows color (decimal): -15136037 or 14354969. OLE color: 14354969.

HSL color Cylindrical-coordinate representation of color #190ADB: hue angle of 244.31º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #190ADB is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 10 219 -
CMYK 0.89 0.95 0 0.14
HSL 244.31º 0.91% 0.45% -
HSV(B) 244.31º 0.95% 0.86% -
XYZ 13.3 5.54 67.39 -
YUV 38.31 229.97 118.51 -
System Red Green Blue C M Y K H S L
Decimal 25 10 219 0.89 0.95 0 0.14 244.31 0.91 0.45
Hex 19 A DB 59 5F 0 E F4 5B 2D
Octal 31 12 333 131 137 0 16 364 133 55
Binary 11001 1010 11011011 1011001 1011111 0 1110 11110100 1011011 101101

Color Harmonies of #190ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190ADB

Black with #190ADB

Text Example


Text Example

White with #190ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,10,219); }

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

background-color css

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

 a { background-color: rgb(25,10,219); }

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

border-color css

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

 span { border-color: rgb(25,10,219); }

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