Html Css Color HEX #190BBA Medium Blue

📋 copy color: '#190BBA'

red 25 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #190BBA

Tints of Medium Blue #190BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 83.78%

R = 11.26%
G = 4.95%
B = 83.78%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#190BBA (or 0x190BBA) is known color: Medium Blue. HEX triplet: 19, 0B and BA. RGB value is (25,11,186). Sum of RGB (Red+Green+Blue) = 25+11+186=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #190BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190BBA is #E6F445. Grayscale: #222222. Windows color (decimal): -15135814 or 12192537. OLE color: 12192537.

HSL color Cylindrical-coordinate representation of color #190BBA: hue angle of 244.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190BBA is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 11 186 -
CMYK 0.87 0.94 0 0.27
HSL 244.8º 0.89% 0.39% -
HSV(B) 244.8º 0.94% 0.73% -
XYZ 9.38 3.99 46.73 -
YUV 35.14 213.14 120.77 -
System Red Green Blue C M Y K H S L
Decimal 25 11 186 0.87 0.94 0 0.27 244.8 0.89 0.39
Hex 19 B BA 57 5E 0 1B F5 59 27
Octal 31 13 272 127 136 0 33 365 131 47
Binary 11001 1011 10111010 1010111 1011110 0 11011 11110101 1011001 100111

Color Harmonies of #190BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190BBA

Black with #190BBA

Text Example


Text Example

White with #190BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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