Html Css Color HEX #190FBA Medium Blue

📋 copy color: '#190FBA'

red 25 ◦ green 15 ◦ blue 186

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

Shades of Medium Blue #190FBA

Tints of Medium Blue #190FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

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

R = 11.06%
G = 6.64%
B = 82.3%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#190FBA (or 0x190FBA) is known color: Medium Blue. HEX triplet: 19, 0F and BA. RGB value is (25,15,186). Sum of RGB (Red+Green+Blue) = 25+15+186=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #190FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FBA is #E6F045. Grayscale: #242424. Windows color (decimal): -15134790 or 12193561. OLE color: 12193561.

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

Color convert

RGB 25 15 186 -
CMYK 0.87 0.92 0 0.27
HSL 243.51º 0.85% 0.39% -
HSV(B) 243.51º 0.92% 0.73% -
XYZ 9.43 4.09 46.75 -
YUV 37.48 211.81 119.1 -
System Red Green Blue C M Y K H S L
Decimal 25 15 186 0.87 0.92 0 0.27 243.51 0.85 0.39
Hex 19 F BA 57 5C 0 1B F4 55 27
Octal 31 17 272 127 134 0 33 364 125 47
Binary 11001 1111 10111010 1010111 1011100 0 11011 11110100 1010101 100111

Color Harmonies of #190FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190FBA

Black with #190FBA

Text Example


Text Example

White with #190FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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