Html Css Color HEX #1906BE Medium Blue

📋 copy color: '#1906BE'

red 25 ◦ green 6 ◦ blue 190

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

Shades of Medium Blue #1906BE

Tints of Medium Blue #1906BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 190 (74.61% from 255) = 85.97%

R = 11.31%
G = 2.71%
B = 85.97%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1906BE (or 0x1906BE) is known color: Medium Blue. HEX triplet: 19, 06 and BE. RGB value is (25,6,190). Sum of RGB (Red+Green+Blue) = 25+6+190=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 190 (74.61% from 255 or 85.97% from 221); Max value from RGB is 190 - color contains mainly: blue. Hex color #1906BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1906BE is #E6F941. Grayscale: #1F1F1F. Windows color (decimal): -15137090 or 12453401. OLE color: 12453401.

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

Color convert

RGB 25 6 190 -
CMYK 0.87 0.97 0 0.25
HSL 246.2º 0.94% 0.38% -
HSV(B) 246.2º 0.97% 0.75% -
XYZ 9.76 4.05 48.98 -
YUV 32.66 216.79 122.54 -
System Red Green Blue C M Y K H S L
Decimal 25 6 190 0.87 0.97 0 0.25 246.2 0.94 0.38
Hex 19 6 BE 57 61 0 19 F6 5E 26
Octal 31 6 276 127 141 0 31 366 136 46
Binary 11001 110 10111110 1010111 1100001 0 11001 11110110 1011110 100110

Color Harmonies of #1906BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1906BE

Black with #1906BE

Text Example


Text Example

White with #1906BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1906BE; }

 p { color: rgb(25,6,190); }

 H1.HeaderClassName
 {
   color: #1906BE;
 }
 .AnyTagClassName
 {
   color: #1906BE;
 }
</style>

background-color css

<style>
 a { background-color: #1906BE; }

 a { background-color: rgb(25,6,190); }

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

border-color css

<style>
 span { border-color: #1906BE; }

 span { border-color: rgb(25,6,190); }

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