#190CBF

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

Shades of Medium Blue #190CBF

Tints of Medium Blue #190CBF

Color information

#190CBF (or 0x190CBF) is unknown color: approx Medium Blue. HEX triplet: 19, 0C and BF. RGB value is (25,12,191). Sum of RGB (Red+Green+Blue) = 25+12+191=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 191 (75% from 255 or 83.77% from 228); Max value from RGB is 191 - color contains mainly: blue. Hex color #190CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190CBF is #E6F340. Grayscale: #232323. Windows color (decimal): -15135553 or 12520473. OLE color: 12520473.

HSL color Cylindrical-coordinate representation of color #190CBF: hue angle of 244.36º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190CBF is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2512191-
CMYK0.870.9400.25
HSL244.36º88.18%39.8%-
HSV(B)244.36º93.72%74.9%-
XYZ9.944.2349.58-
YUV36.29215.31119.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 191 (75% from 255) = 83.77%
R=10.96%
G=5.26%
B=83.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25121910.870.9400.25244.3688.1839.8
Hex19CBF575E019f45828
Octal311427712713603136413050
Binary1100111001011111110101111011110011001111101001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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