Html Css Color HEX #190BBB Medium Blue

📋 copy color: '#190BBB'

red 25 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #190BBB

Tints of Medium Blue #190BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 83.86%

R = 11.21%
G = 4.93%
B = 83.86%

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

#190BBB (or 0x190BBB) is known color: Medium Blue. HEX triplet: 19, 0B and BB. RGB value is (25,11,187). Sum of RGB (Red+Green+Blue) = 25+11+187=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #190BBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190BBB is #E6F444. Grayscale: #222222. Windows color (decimal): -15135813 or 12258073. OLE color: 12258073.

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

Color convert

RGB 25 11 187 -
CMYK 0.87 0.94 0 0.27
HSL 244.77º 0.89% 0.39% -
HSV(B) 244.77º 0.94% 0.73% -
XYZ 9.49 4.03 47.29 -
YUV 35.25 213.64 120.69 -
System Red Green Blue C M Y K H S L
Decimal 25 11 187 0.87 0.94 0 0.27 244.77 0.89 0.39
Hex 19 B BB 57 5E 0 1B F5 59 27
Octal 31 13 273 127 136 0 33 365 131 47
Binary 11001 1011 10111011 1010111 1011110 0 11011 11110101 1011001 100111

Color Harmonies of #190BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190BBB

Black with #190BBB

Text Example


Text Example

White with #190BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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