Html Css Color HEX #190FBC Medium Blue

📋 copy color: '#190FBC'

red 25 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #190FBC

Tints of Medium Blue #190FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 82.46%

R = 10.96%
G = 6.58%
B = 82.46%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#190FBC (or 0x190FBC) is known color: Medium Blue. HEX triplet: 19, 0F and BC. RGB value is (25,15,188). Sum of RGB (Red+Green+Blue) = 25+15+188=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #190FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FBC is #E6F043. Grayscale: #252525. Windows color (decimal): -15134788 or 12324633. OLE color: 12324633.

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

Color convert

RGB 25 15 188 -
CMYK 0.87 0.92 0 0.26
HSL 243.47º 0.85% 0.4% -
HSV(B) 243.47º 0.92% 0.74% -
XYZ 9.65 4.18 47.88 -
YUV 37.71 212.81 118.93 -
System Red Green Blue C M Y K H S L
Decimal 25 15 188 0.87 0.92 0 0.26 243.47 0.85 0.4
Hex 19 F BC 57 5C 0 1A F3 55 28
Octal 31 17 274 127 134 0 32 363 125 50
Binary 11001 1111 10111100 1010111 1011100 0 11010 11110011 1010101 101000

Color Harmonies of #190FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190FBC

Black with #190FBC

Text Example


Text Example

White with #190FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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