#190CBA

Color #190CBA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #190CBA

Tints of Medium Blue #190CBA

Color information

#190CBA (or 0x190CBA) is unknown color: approx Medium Blue. HEX triplet: 19, 0C and BA. RGB value is (25,12,186). Sum of RGB (Red+Green+Blue) = 25+12+186=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #190CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190CBA is #E6F345. Grayscale: #232323. Windows color (decimal): -15135558 or 12192793. OLE color: 12192793.

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

Color convert

RGB2512186-
CMYK0.870.9400.27
HSL244.48º87.88%38.82%-
HSV(B)244.48º93.55%72.94%-
XYZ9.44.0146.73-
YUV35.72212.81120.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 12 (5.08% from 255) = 5.38%
BLUE value IS 186 (73.05% from 255) = 83.41%
R=11.21%
G=5.38%
B=83.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25121860.870.9400.27244.4887.8838.82
Hex19CBA575E01Bf45827
Octal311427212713603336413047
Binary1100111001011101010101111011110011011111101001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #190CBA;
 }
 .AnyTagClassName
 {
   color: #190CBA;
 }
</style>
background-color css

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

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

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

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

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

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